STACK (LIFO)

Last In, First Out

PUSH
POP
Value:
Top: -
Stack: []

QUEUE (FIFO)

First In, First Out

ENQUEUE
DEQUEUE
Value:
Front: -
Queue: []