Home

Awesome

Advent of Code

current-2024 current-2015 Maintenance

Welcome to my repository of solutions for the Advent of Code challenges across various years.

Currently, I'm tackling the 2024 and 2015 challenges simultaneously, experimenting with different programming languages for each year. For the 2024 challenges, I’m using Perl and potentially Lua as the days progress. For the 2015 challenges, I’m working with Python only.

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.

Progress

The table below shows my progress for each year:

YearLanguageStars Earned
2024Perl:star2: 40/50 :star2:
2015Python:star2: 08/50 :star2:

Input Files

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!

License

This project is under the GPL 3.0 license.