Queue (abstract data type)
In computer science, a queue is an abstract data type that serves as an ordered collection of entities. By convention, the end of the queue where elements are added is called the back, tail, or rear of the queue.
Source: Wikipedia — Queue (abstract data type) (CC BY-SA 4.0)