Why we use linked list?



Why we use linked list?..

Answer / Avanish Shukla

Linked lists are used for efficient insertion and deletion of elements at any position within the list. They allow dynamic resizing, as opposed to arrays, which have a fixed size.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

what is the need of data structure

11 Answers  


Which data structure is applied when dealing with a recursive function?

1 Answers  


Can we put null key in hashmap?

1 Answers  


What is sorting in data structure?

1 Answers  


What is a Breadth First Search? Give a few of its applications.

1 Answers   Ciena,


What is difference between hashmap and treemap?

1 Answers  


What is tree and its properties?

1 Answers  


What is data structure and data type?

1 Answers  


What are the advantage of collection classes over arrays?

1 Answers  


What is binary tree? Explain its uses.

1 Answers  


What is 1d array?

1 Answers  


Explain what is binary search?

1 Answers  


Categories