Circular Queue

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Circular Queue

A variation of the simple queue, where the last item is connected back to the first item to form a circle.