This repository contains a collection of sample questions I've completed in practice for interviews. You can read more about the structuring of this project here.
- Conan version >=2.0.11
conan install . --output-folder=build --build=missing
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=build/Release/generators/conan_toolchain.cmake
cmake --build . --config Release
cmake --install .
ctest