Implementing a queue with fixed capacity using a circular array in C++
Queue-based approach for printing a matrix in spiral form in C++
Implementing a queue-based LRU (Least Recently Used) cache in C++
Solving the Josephus problem using a queue in C++
Queue-based approach to finding the largest sum of a contiguous subarray in C++