Simple Stack

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Simple Stack

A linear data structure where items are added to the top and removed from the same.