Queue-based approach for printing the top view of a binary tree in C++
Solving the queue reconstruction by height problem using a priority queue in C++
Solving the next greater element problem using a stack and a queue in C++
Solving the sliding window minimum problem using a double-ended queue in C++
Efficient queue-based approach for finding the first non-repeating character in a stream in C++