What are the advantage of linked list over array?



What are the advantage of linked list over array?..

Answer / Neha Sahu

Linked lists allow for dynamic resizing, which means they can handle variable-sized data without creating a new array. They also offer faster insertions and deletions at any position, especially in the middle of the list.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

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

1 Answers   Ciena,


Can we define the size of arraylist?

1 Answers  


Can an arraylist be null?

1 Answers  


What is the time complexity of hashmap get () and put () method?

1 Answers  


What is a treeset?

1 Answers  


What are binary trees?

4 Answers  


Explain implementation of traversal of a binary tree.

1 Answers  


Explain what are the major data structures used in the network data model?

1 Answers  


Write a recursive c function to calculate the height of a binary tree.

1 Answers  


What is the complexity of bubble sort?

1 Answers  


Why do we need to recycle?

1 Answers  


Why do we use collections?

1 Answers  


Categories