Implementing a queue-based least common ancestor (LCA) algorithm in C++
Solving the shortest path problem using a queue in C++
Solving the topological sorting problem using a queue in C++
Implementing a queue-based iterative deepening depth-first search (IDDFS) algorithm in C++
Solving the sliding window maximum problem using a deque in C++