Queue vs. deque (double-ended queue) in C++
Queue data structure vs. linked list in C++
Implement a stack using two queues in C++
Reverse the first K elements of a queue in C++
Implementing a queue with fixed window size in C++