Commit Graph
3 Commits
Author SHA1 Message Date
timeshifter aba4ab49db day 11: enable fat LTO
saves about 20 seconds
2026-07-01 18:33:03 +02:00
timeshifter adbe41f067 day 11: add A*
this is slower than BFS. See Claude for possible reasoning
2026-07-01 18:29:17 +02:00
timeshifter bd36a0af12 add day 11
Claude guided me through this extensively, but I wrote all this on my
own in the end. Uses breadth first search (BFS). This is slow, but it
produces the correct answer.
2026-07-01 16:07:52 +02:00