Stack is empty
Bottom
No operations yet
A stack is a Last-In-First-Out (LIFO) data structure. Think of it like a stack of plates:
Common uses include function call tracking, undo mechanisms, and expression evaluation.