advent-of-code-2022/day_12
Peter 4d9b65585f day 12
had a lot of issues with this one. I understood i needed dijkstra's from
the start because the second part would probably increase the complexity,
but I did not read the question enough and did not realize that we could
go down by any amount, only increases in elevation were limited. This
resulted in a lot of time being wasted on debug code to print the grid.
2022-12-13 03:37:48 +08:00
..
src day 12 2022-12-13 03:37:48 +08:00
Cargo.toml Initial commit 2022-11-29 17:26:17 +08:00