Name some applications which use linked lists.



Name some applications which use linked lists...

Answer / Bhupander Singh

Linked lists are used in various computer programs such as compilers (to represent symbol tables and syntax trees), text editors (for undo/redo operations), operating systems (in data structures like process lists, memory management, and file systems), web browsers (for managing cache data), and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

How is the front of the queue calculated in data structure?

1 Answers  


What is unbounded queue?

1 Answers  


What are the two traversal strategies used in traversing a graph?

1 Answers  


If you are given a choice to use either arraylist and linkedlist, which one would you use and why?

1 Answers  


What is difference between list and array list?

1 Answers  


Why do we need linked lists?

1 Answers  


Is array a data structure?

1 Answers  


Is queue fifo or lifo?

1 Answers  


What is perfect binary tree?

1 Answers  


Is hashmap get thread safe?

1 Answers  


What is collection process?

1 Answers  


Can map contain duplicate keys?

1 Answers  


Categories