Why do we need linked lists?



Why do we need linked lists?..

Answer / Shobhit Jain

Linked lists are useful when the order of elements is important, or when dealing with dynamic data structures where the number of elements may change during runtime.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a b+ tree? Explain its uses.

1 Answers  


How do you sort an array by value?

1 Answers  


Why do we use arrays?

1 Answers  


What is the difference between push and pop?

1 Answers  


What is complete binary tree in data structure?

1 Answers  


What is linked list ?

1 Answers  


What is the need for priority queue?

1 Answers  


Which is better bubble sort or selection sort?

1 Answers  


Can you change size of array once created?

1 Answers  


What is circular queue example?

1 Answers  


On clicking a node in a tree, all the adjacent edges are turned on. Calculate min of clicks such that all the edges are turned on.

1 Answers   Aspiring Minds,


simple algorithm for bubble sort?

1 Answers  


Categories