⭐ Complete Advent of Code 2021 solutions using Python 3.10
Notes are provided to accompany the solutions. Each day is structured in its own folder and contains Markdown solution notes, an input for the problem and the solution code.
dayX
├── NOTESX.md
├── inputX.txt
└── solutionX.py
Code is formatted and linted using the following tools: