Queue
A data structure of ordered values with the ability to dequeue
the oldest value and enqueue
a new value. This behavior is often abbreviated as FIFO - First In, First Out.
A data structure of ordered values with the ability to dequeue
the oldest value and enqueue
a new value. This behavior is often abbreviated as FIFO - First In, First Out.