What are the advantages of linked list?



What are the advantages of linked list?..

Answer / Alok Bipin Toppo

Some benefits include dynamic memory allocation (only as much space is used as needed), easy insertion and deletion, and no fixed array size.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How are elements stored in hashset?

1 Answers  


How many types of searching are there in data structure?

1 Answers  


Does arraylist guarantee insertion order?

1 Answers  


What are the advantages and disadvantages of linked list over array?

1 Answers  


Which is faster hashmap or concurrenthashmap?

1 Answers  


Is char array null terminated?

1 Answers  


How do you get placements?

1 Answers  


What is hashing in cyber security?

1 Answers  


What is 1d array?

1 Answers  


What is the need of sorting?

1 Answers  


What is a circular singly linked list?

1 Answers  


What is the complexity of sorting algorithm?

1 Answers  


Categories