Go to file
Parnic 61227ba688 Dramatic speedup for day 12 part 2
This enables a flood-fill of distances from the goal location to every other location on the grid. With that, we only have to locate the node with the lowest distance value.

Technically this also solves part 1, but I wanted to leave the forward search in place as a test of sorts that the algorithm works both ways.

Now if I can just get the parse sped up...
2022-12-12 20:27:07 -06:00
2022-12-12 17:13:02 -06:00
2022-11-30 17:19:53 -06:00
2022-12-12 20:27:07 -06:00
2022-11-30 17:19:53 -06:00
2022-12-12 17:13:02 -06:00
2022-12-01 23:14:58 -06:00
2022-11-30 17:19:53 -06:00

Advent of Code 2022

My solutions to Advent of Code 2022.

Description
No description provided
Readme 301 KiB
Languages
C# 100%