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 |
What is the complexity of sorting algorithm?
Explain the steps to insert data into a singly linked list?
Is red black tree balanced?
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?
What is the order of selection sort?
In RDBMS, what is the efficient data structure used in the internal storage representation?
What is collection sort?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
Which language is best for data structures and algorithms?
Which sorting algorithm has minimum number of swaps?
How to initialize Dictionary using collection initialize?