Computer Science, asked by amit2madhu, 8 months ago

Which of the operations can not be performed in link list

Answers

Answered by mekasubbarao1955
0

Answer:

Following are the basic operations supported by a list.

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

Similar questions