What are the advantages and disadvantages of linked list?



What are the advantages and disadvantages of linked list?..

Answer / Jagniwas

Advantages: 1) Efficient insertion and deletion operations, 2) Requires less memory for storing large amounts of data. Disadvantages: 1) Inefficient access to specific elements since you need to traverse the entire list, 2) Deleting a node can be complicated because you need to adjust pointers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How does a hashmap work?

1 Answers  


Why quicksort is faster than merge sort?

1 Answers  


What is bubble sort algorithm?

1 Answers  


What is weight balanced tree in data structure?

1 Answers  


Explain about set and their types in a collection?

1 Answers  


Is hashset thread safe?

1 Answers  


What do you mean by complexity of search algorithm?

1 Answers  


What does sorting an array do?

1 Answers  


Why is the isempty() member method called?

1 Answers  


example of linear and non-linear data structures?

9 Answers   Aricent, Infosys,


Which sorting is used in collections sort?

1 Answers  


Is array part of collection framework?

1 Answers  


Categories