My solutions for Advent of Code in 2024. Probably done mostly in Python 3.13 π.
Keep in mind these are optimized solutions, not necessarily the one I used to solve the problem at first.
Rules:
- Python: No external libraries, only the standard library.
- Always a general solution, not just for the input. Any input should work.
- A short runtime. No brute force solutions.
- No AI-solutions used! π π½ββοΈ (Contrary to the global leaderboard)
Other:
- Automatic execution and submission via
aocd
andwatchexec
. solutions/
contain the source files to solve the problem, one for each day. Executable via stdin to print both results. Keep in mind they are cleaned solutions. I'd like to keep the two parts in separate functions, even though they might share code.- Code is formatted with
black
. - Tiles below are generated via aoc-tiles.