Queues

Home > Computer Science > Programming Languages > Algorithms and Data Structures > Queues

A data structure that adds elements to the rear end and removes them from the front end of the queue.