Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linked lists (Motivation (A dynamic data structure, Items are accessed in…
Linked lists
-
Operations
-
-
Removing items
Re-adjusts the next, previous, head, and tail pointers
-
-
Applications
Implementing stacks, queues, trees, and graphs
-
-