Circular buffer implementation using a queue in C++
Implementing a queue-based priority queue in C++
Performing level order traversal on a binary tree using a queue in C++
Queue-based implementation of the sliding window maximum problem in C++
Finding the maximum value of each sub-array of a given array using a queue in C++