Stack
LIFO abstract data type that can push and pop elements
representation
push pop
\/ /\
TOP (stack pointer)
element
element
element
types
|
|
StackLIFO abstract data type that can push and pop elements representation types |
|
|