Computer Science, asked by katul3694, 10 months ago

Disadvantages of circular linked list over linear linked list

Answers

Answered by rakeshchennupati143
0

Answer:

1. It is not easy to reverse the linked list.

2. If proper care is not taken, then the problem of infinite loop can occur.

3. If we at a node and go back to the previous node, then we can not do it in single step. Instead we have to complete the entire circle by going through the in between nodes and then we will reach the required node.

Similar questions