Solutions for Project Euler problems in C++.
Each solution can be found in main.cpp
under directory with name problem-<num>-<short_name>
.
At the beginning of each source file, there are notes giving overview of the implemented solution.
CMake targets for every problem is created following the same name as the directory.
There are CMake configuration presets for Windows (MSVC) and Linux (GCC, Clang). Ninja generator is used. There are also Debug and Release build presets.
Solutions for the problems are present in solutions.md.