adventOfCode/challenges/2024
2024-12-07 12:50:06 +00:00
..
01-historianHysteria Formatting 2024-12-03 09:36:08 +00:00
02-redNosedReports 2024.02 2024-12-03 09:37:30 +00:00
03-mullItOver 2024.03 2024-12-03 09:59:16 +00:00
04-ceresSearch Add visualisation for day 4 2024-12-04 20:44:32 +00:00
05-printQueue 2024.05 2024-12-05 12:07:35 +00:00
06-guardGallivant Update main.py 2024-12-07 00:09:33 +00:00
07-bridgeRepair Optimise 2024.07 2024-12-07 12:50:06 +00:00
benchmark-graph.png Optimise 2024.07 2024-12-07 12:50:06 +00:00
benchmarks.jsonl Optimise 2024.07 2024-12-07 12:50:06 +00:00
README.md Optimise 2024.07 2024-12-07 12:50:06 +00:00

Advent of Code 2024

Solutions to the 2024 Advent of Code!


Total stars: 12 ★

Benchmark graph

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 doesn't work.
06 - Guard Gallivant ★ ★ Python oh dear runtime (also I knew what I wanted to do for so long it just took me 3 hours to implement it properly)
07 - Bridge Repair ★ ★ Python Maths? Backwards??