differences between single linked list and double linked list and circular linked list
Answers
Answered by
0
in the first difference between single linked list and double linked list is written.
in the second image, what circular linked list, is given, connect your answer with the given information.
I hope this helps you
Attachments:
Answered by
0
Answer: The main difference between Single Linked List and Double Linked List is that a node in the single linked list stores the address of the next node while a node in a double linked list stores the address of the next node and the previous node. and Circular linked list : In circular linked list the last node address part holds the address of the first node hence forming a circular chain like structure.
Similar questions