Table of Contents

Collection - Queue (FIFO)

About

A queue is collection:

For instance, first may be define as

If the queue has a fixed size (capacity), adding an element will delete the oldest one.

Theory

wiki/Queueing_theory is the mathematical study of waiting lines

Type

Performance

Documentation / Reference