0
62kviews
State differences between singly linked list and doubly linked list data structures along with their applications.
1 Answer
1
1.2kviews
Singly linked list Doubly linked list
A singly linked list is a linked list where the node contains some data and a pointer to the next node in the list A doubly linked list is complex type of linked list where the node contains some data and a pointer to …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.