Computer Science, asked by jarridpaunon, 8 months ago

what operations are implemented in a linked list

Answers

Answered by GlitteringSparkle
1

Answer:

Insertion − Adds an element at the beginning of the list.

Deletion − Deletes an element at the beginning of the list.

Display − Displays the complete list.

Search − Searches an element using the given key.

Delete − Deletes an element using the given key..

Similar questions