Why would you use a linked list?



Why would you use a linked list?..

Answer / Shwet Srivastava

A Linked List is used when you need to insert, delete, or traverse elements dynamically. It allows for efficient insertion and deletion of nodes at any position, but has slower lookup times compared to arrays.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How can you implement a stack?

1 Answers   NIIT,


What is sorted map?

1 Answers  


What will be the output of below code?

1 Answers  


Can you list out the areas in which data structures are applied extensively?

1 Answers   TCS,


What is a queue in data structure?

1 Answers  


How does quick sort work?

1 Answers  


How do you find the size of an arraylist?

1 Answers  


Does stringutils isempty check for null?

1 Answers  


What is a threaded binary tree? Explain its operation with example?

1 Answers  


Is it possible to insert different type of elements in a stack? How?

1 Answers  


What happens in insertion sort?

1 Answers  


State the different ways of representing expressions?

1 Answers  


Categories