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:
![](https://hi-static.z-dn.net/files/dbf/d87b385eea2d4f60d92f4ca7ab1e1cc1.jpg)
![](https://hi-static.z-dn.net/files/da2/9a7abd93aa21b2e6aea1a835f5185086.jpg)
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
Math,
6 months ago
Computer Science,
6 months ago
Math,
1 year ago
English,
1 year ago
Math,
1 year ago