Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language. To save Christmas, you must collect fifty stars (β) by December 25th. Stars are earned by solving puzzles; there are two puzzles per day in the Advent calendar with the second puzzle unlocking after completion of the first. To prepare for the 2024 Advent of Code, I will be attempting puzzles from past events.
Day | Stars | Puzzle | Solution |
---|---|---|---|
1 | ββ | Not Quite Lisp | 1.py |
2 | ββ | I Was Told There Would Be No Math | 2.py |
3 | ββ | Perfectly Spherical Houses in a Vacuum | 3.py |
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
9 | |||
10 | |||
11 | |||
12 | |||
13 | |||
14 | |||
15 | |||
16 | |||
17 | |||
18 | |||
19 | |||
20 | |||
21 | |||
22 | |||
23 | |||
24 | |||
25 |
Input files are not included in this repo in respect of the copyright held by Advent of Code. If you would like to test my solutions yourself, you must provide your own test input. For example, you can grab your unique puzzle input from the Advent of Code website to test my solutions.