advent of code Compressed coordinates: Optimising Advent of Code 2025 day 9 A simple trick for a 750-fold speedup.
Advent of Code 2025 review After the annual Advent of Code event, it's time for my annual review of my solutions and how it went. (I've also written reviews of the
advent of code Advent of Code 2025 day 10 Attempting to use libraries to solve part 2, and finding nothing quite worked.
advent of code Advent of Code 2025 day 6 I started with parsing, then ended up with string munging until it looked right.
advent of code Advent of Code 2025 day 5 Another day where writing down the definitions is most of the solution.
advent of code Advent of Code 2025 day 3 Dynamic programming and the first appearance of "containers"
advent of code Advent of Code 2024 day 24 revisited Another attempt at the puzzle, this time actually writing code that solves it!
advent of code Advent of Code 2024 day 24 Horrible, finicky, detailed reverse engineering. Not my cup of tea.
advent of code Advent of Code 2024 day 22 Another example where the problem was simple, but optimising was the real challenge.
advent of code Advent of Code 2024 day 20 Lucky guess of an optimisation for part 1 made part 2 easy.