previous |
start |
next
Abstract Data Type Stack
- Allows insertion and removal of elements only at one end
- Traditionally called the top of the stack
- New items are added to the top of the stack
- Items are removed at the top of the stack
- Called last in, first out or LIFO order
- Think of a stack of books
previous |
start |
next