0
2.7kviews
Explain the operations of doubly linked lists
1 Answer
0
109views

Basic Operations

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.
  • Insert Last − Adds an element at the end of the list.
  • Delete Last − Deletes an …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.