- A day[x]_input.txt file that contains my input for the given day.
- A day[x]_puzzle1.py file that contains my solution for that Part One of the given day along with the Part One writeup.
- A day[x]_puzzle2.py file that contains my solution for Part Two of the given day along with the full problem writeup.
Note that all files read from standard input and are expected to terminate with a newline character.
Try out Advent of Code for yourself here! https://adventofcode.com/2021
In order to complete some days that I was completely stumped on (eyes day 18 & 19). I drew inspiration for my solutions from the daily solution page on
Contact Info can be found at https://masons.codes/.