Exercises, solutions, and other resources for an interview workshop I teach on demand.
Implement the Fibonacci algorithm in C++ with a cache.
A maze traversal algorithm question.
DB design principles and C++ containers.
A C++ question involving strings and permutations.
Understand obfuscated C/C++ code.
Translate numbers to strings in various bases using C++.