Advantages and disadvantages of circular doubly linked list
Answers
Answered by
2
Advantages and disadvantages of circular linked list
What are Advantages and Disadvantages of Circular Linked List. In it the last node does not contain NULL pointer. Instead the last node contains a pointer that has the address of first node and thus points back to the first node. ... But in linear linked list it is not possible to go to previous node.
Similar questions