Computer Science, asked by siddhu757, 1 year ago

Advantages and disadvantages of circular doubly linked list

Answers

Answered by mersalkeerthi46
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