Commit Graph

3 Commits

Author SHA1 Message Date
c81de6e642 Tidy up 2024 day 11 code. 2024-12-11 15:45:27 +00:00
2159a5fc5e Performant solution to 2024 day 11.
We notice that we're repeating calculations at each step, so use a
map to ensure we do each stone ID once per step.
2024-12-11 09:16:57 +00:00
b9e3907e4d Day 2024 day 11 part 1 and incredibly slow part 2 2024-12-11 08:07:26 +00:00