What are the applications of linked list?



What are the applications of linked list?..

Answer / Anshu Rani

Linked lists are used in various applications such as implementing stacks and queues, dynamic data structures, sorting algorithms, and representing graphs. They provide efficiency in insertion and deletion operations at both ends.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What are two types of sorting?

1 Answers  


How do you sort in ascending order in arraylist?

1 Answers  


What are dynamic data structures?

3 Answers  


What is comparable interface?

1 Answers  


What is the basic of data structure?

1 Answers  


What is priority queue in data structure?

1 Answers  


What is complete binary tree in data structure?

1 Answers  


What is the time complexity of arrays sort?

1 Answers  


What is sequential search?

1 Answers  


What data structure underlies a python list?

1 Answers  


Can we apply binary search algorithm to a sorted linked list, why?

1 Answers  


Which data structures are applied when dealing with a recursive function?

1 Answers  


Categories