This repo contains my* puzzle solutions for Advent of Code. The solutions should work for any given puzzle input, definitely worked for my puzzle inputs.
I do AoC for fun and to better my Python/programming skills, my first ever experience coding in Python was Advent of Code 2022. And previous programming experience has been extremely limited.
The puzzle inputs are submoduled in a private repository as per the r/aoc FAQ:
Do not commit your puzzle input into your repo or at least not do not share the input publicly; use .gitignore or equivalent.
🔴: In-Progress
*If the solution isn't my original code, the source for it is added as a comment at line 0 on the code. Most of these are from youtube/hyper-neutrino.