Welcome to my repository of solutions for the Advent of Code challenges across various years.
I am currently revisiting challenges from previous years, experimenting with different programming languages for each year. At the moment, I am working on the challenges from 2015 using Python exclusively. You can check the Progress tab to see the progress I have made in each year I’ve tackled or am currently tackling.
Each solution is accompanied by detailed comments that document my thought process as I work through the problem-solving journey. These insights may help others understand my approach or inspire new techniques!
Feel free to explore the code and follow my progress as I continue to take on new challenges each year.
The table below shows my progress for each year:
Year | Language | Stars Earned |
---|---|---|
2015 | Python | 14/50 |
2024 | Perl | 50/50 |
The progress table was inspired by @anamsmartins ❤️
The input files for my solutions are stored in each day's folder. However, all my solutions are designed to work with any valid inputs. Feel free to grab your own inputs from the Advent of Code website and try them out!
This project is under the GPL 3.0 license.