- An abstract data type that serves as a collection of elements, with the two principal operations push, which adds an element to the collection, and pop, which removes the most recently added element that was not yet removed. The order in which elements come off a stack gives rise to its alternative name, LIFO (last in, first out). ← Wikipedia
- Related terms: Solution stack, Call stack, Stack frame, Stack level
- Previous term: SSS
- Next term: Stack frame
- Random term: RTFM (webglossary.info/random 🎲)