Simple Queue

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

A linear data structure where items are added at one end and removed from the other.