Advent of Code 2021
my C++ solutions for puzzles from https://adventofcode.com/2021
more for practicing functional programming and features from latest standards (i.e. modules from C++20, std algorithms and boost) than providing fastest/simplest possible solutions - readability over performance
Code comments and solutions improvements are welcomed!
If You want to use locally please read template\readme_setup.txt
personal goals (since day 12 puzzles):
- source files not longer than 100 lines but easy to read
- close to zero comments - code should describe itself
- KISS - keep it stupid simple