InterviewSolution
Saved Bookmarks
| 1. |
What Are The Applications That Use Linked Lists? |
|
Answer» Both stacks and queues are often implemented using LINKED LISTS, other applications are SKIP list, binary tree, unrolled linked list, HASH table, HEAP, self-organizing list. Both stacks and queues are often implemented using linked lists, other applications are skip list, binary tree, unrolled linked list, hash table, heap, self-organizing list. |
|