Files
ocaml-aoc/bin
Matthew Gretton-Dann 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
..
2024-12-06 15:42:18 +00:00
2024-12-03 16:32:14 +00:00
2024-12-04 16:28:58 +00:00
2024-12-06 15:42:18 +00:00
2024-12-10 11:31:37 +00:00
2024-12-07 18:13:06 +00:00
2024-12-10 11:31:37 +00:00
2024-12-09 16:58:46 +00:00
2024-12-10 11:31:37 +00:00
2024-12-11 09:16:57 +00:00