Johannes ba622fd408 day15 part 2 optimized
instead of senselessly trying to find the best starting point, just rely
on the order of neighbor point generation. Since we use a queue
to manage open points and he neighbors are added in the correct
order, they neighbor that has precedence due to reading order will
automatically be the one to be predecessor on a final path, if he is on
a shortest path.
2018-12-18 22:43:10 +01:00
2018-12-18 19:11:55 +01:00
2018-12-18 22:43:10 +01:00
2018-12-01 10:03:12 +01:00
2018-12-05 15:15:18 +01:00
2018-12-07 09:53:18 +01:00
Description
Advent Of Code - 2018 Rust
396 KiB
Languages
Rust 100%