queue
An ordered set of objects waiting for a service of some kind.
Queue
An ADT that performs the operations one might perform on a queue.
FIFO
First In, First Out, a queueing policy in which the first member to arrive is the first to be removed.
constant time
An operation whose runtime does not depend on the size of the data structure.
linear time
An operation whose runtime is a linear function of the size of the data structure.