What are the disadvantages of linked list?



What are the disadvantages of linked list?..

Answer / Ashish Nigam

1. Random Access: Linked lists do not support random access as elements are stored in a sequential manner, which makes finding an element at a specific index slower. 2. Memory Inefficiency: Due to the overhead of storing pointers, linked lists can use more memory than arrays for large datasets.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Can you have an arraylist of arrays?

1 Answers  


What is a spanning tree in data structure?

1 Answers  


What package is arraylist?

1 Answers  


Can you make an arraylist of arrays?

1 Answers  


How do you sort large data?

1 Answers  


What are the standard ways in which a graph can be traversed?

1 Answers  


What is a treemap chart?

1 Answers  


Which interface treemap implements?

1 Answers  


What is top in stack?

1 Answers  


What is the meaning of anonymous array? Explain with an example?

1 Answers  


What is bubble sort and selection sort?

1 Answers  


Tell me the difference between the character array and a string.

1 Answers   Honeywell, HPCL, Huawei, Zomato,


Categories