Solutions to the Advent of Code 2024 challenges. These daily puzzles cover a range of topics, from algorithms and data structures to creative problem-solving. Perfect for keeping coding skills sharp during the holiday season.
I'm not trying to solve them in time for the global leaderboard, but instead I just want to test my hand at the problems since they're more fun than just grinding LeetCode.
Some of the solutions might be severely unoptimized, but I'm using it as a way to work through my first thought on the problems rather than something scalable or very extensible.
Advent of Code is an annual event featuring 25 programming puzzles released daily from December 1st to 25th.
Each day's solution is in its own directory:
βββ day01/
βββ day02/
βββ day03/
βββ ...
and usually in a Jupyter notebook (solution.ipynb
).