Skip to content

Fixed Circular Queue

Robert Gott edited this page Apr 24, 2017 · 1 revision

Fixed Circular Queue

This is a queue structure that will not change in size once created. The structure will not overflow, instead it overwrites oldest values once the queue is full.

Clone this wiki locally