What are the disadvantages of circular list?



What are the disadvantages of circular list?..

Answer / Megha Vishnoi

1. Complexity: Circular lists can be more complex to implement compared to linear lists due to the need to handle special cases such as starting from the last node.
2. Inefficient indexing: Since elements in a circular list do not have a fixed starting point, indexing can be less efficient compared to arrays or linked lists with a defined start.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is the complexity of sorting algorithm?

1 Answers  


Explain the steps to insert data into a singly linked list?

1 Answers  


Is red black tree balanced?

1 Answers  


List all data structures you would use for a memory management module.

1 Answers   HPCL, Hughes Systique Corporation, ITC Indian Tobacco Company,


When will you use array over arraylist?

1 Answers  


What is the order of selection sort?

1 Answers  


In RDBMS, what is the efficient data structure used in the internal storage representation?

1 Answers  


What is collection sort?

1 Answers  


What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?

1 Answers  


Which language is best for data structures and algorithms?

1 Answers  


Which sorting algorithm has minimum number of swaps?

1 Answers  


How to initialize Dictionary using collection initialize?

1 Answers   Wipro,


Categories