1 KiB
1 KiB
Advent of Code 2024
Solutions to the 2024 Advent of Code!
Total stars: 8 ★
A day denoted with an asterisk means it has a visualisation.
Day | Status | Solutions | Notes |
---|---|---|---|
01 - Historian Hysteria | ★ ★ | Python | The reading comprehension was the hardest part of this. |
02 - Red-Nosed Reindeer | ★ ★ | Python | |
03 - Mull It Over | ★ ★ | Python | The first instance of Advent of Parsing this year! |
04* - Ceres Search | ★ ★ | Python | When it says a cross, it does not mean a plus. |
05 - Print Queue | ★ ★ | Python | Before you dismiss and idea as being "too simple", make sure you check that it actually wouldn't work! |