Difference between circular linked list and doubly linked list
Answers
Answered by
0
- The circular linked list have only a single pointer i.e. pointer to the next node. While in case of doubly linked list it has 2 pointer i.e. pointer to forward node and pointer to next node.
- In circular linked list last node will point to first node while in doubly linked list last node will point to previous as well as null
Similar questions
English,
5 months ago
Social Sciences,
5 months ago
Math,
5 months ago
English,
11 months ago
Geography,
1 year ago