Stacks

Home > Computer Science > Software Engineering > Data structures > Stacks

A collection of elements that supports two main operations: push (adds an element to the top) and pop (removes the last element).