Please enable JavaScript.
Coggle requires JavaScript to display documents.
MM3 - Coggle Diagram
MM3
STACKS
concepts
LIFO: "Last In, First Out"
-
-
-
array-based X linked
-
-
one array can store two array-based stacks that grow inward from each end
that's better used when one stack grows while the other shrinks
-
-
-
QUEUES
concepts
FIFO: "First In, First Out"
-
-
-
-
-
-
-