[][src]Module algorithms_edu::data_structures::queue

Structs

FixedCapacityQueue

A custom implementation of a circular queue which is extremely quick and lightweight. However, the downside is you need to know an upper bound on the number of elements that will be inside the queue at any given time for this queue to work.

Traits

Queue