This folder contains solutions to each of the problems in Advent of Code 2021 in C++.
- The sample puzzles for some days (eg 12, 16) multiple sample inputs. Edit the file before using it.
- For simplicity the sample input for day 18 only contains the final sample input.
- The sample input for day 24 is not a sample puzzle but a way to check some logic that might be required for the puzzle