0
58kviews
What is doubly linked list? Write an algorithm to implement

i) Insertion (all cases) - ii) Traversal (forward and backward) -

Marks: 10 M

Year: Dec 2013, May 2013, Dec 2012

1 Answer
2
3.4kviews

1. Doubly linked list:

i. A doubly linked list is one in which all nodes are linked together by multiple links which help in accessing both the successor and predecessor node for any arbitrary node within the list.

ii. Every nodes in the doubly linked list has three fields: LeftPointer, …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.