Skip to content

Queue

Published: in aa6248e

Updated: in b1e378a

Linear collection of elements where elements are removed following the FIFO (First In First Out) principle.

Can be implemented on top of a linked list.

Use cases

As a distributed systems’ component in message queues.