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 |
How is the front of the queue calculated in data structure?
What is unbounded queue?
What are the two traversal strategies used in traversing a graph?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
What is difference between list and array list?
Why do we need linked lists?
Is array a data structure?
Is queue fifo or lifo?
What is perfect binary tree?
Is hashmap get thread safe?
What is collection process?
Can map contain duplicate keys?