Please enable JavaScript.
Coggle requires JavaScript to display documents.
MM3 - Coggle Diagram
MM3
Stacks
LIFO
Last In First Out
Definitions
Top
accessible element
push
insertion of elements
List-Like Structure in which elements may be inserted or removed from only one end
Queue
Definitions
Enqueue
Insert at the back
Dequeue
Remove from the front
Front
First element
Rear
Last Element
FIFO
First In First Out