Please enable JavaScript.
Coggle requires JavaScript to display documents.
Lists, Stacks, and Queues - Coggle Diagram
Lists, Stacks, and Queues
Lists
A finite, ordered sequence of data items known as elements
-
-
-
-
-
-
-
-
-
Doubly Linked Lists
Allows convenient access from a list node to the next node and also to the preceding node on the list