Difference between circular linked list and doubly linked list
Answers
Answered by
0
a doubly linked list is just like a single linked list,but it has single difference: a simple linked list has the address of the next node ,but is the case of the doubly linked list, each node has the address of the next and previous nodes
Similar questions