Go to file
Parnic 2f73611a7c Day 12 solution
This is quite slow, at least for part 2 (and part 1 is slower than I want it to be, event parse takes longer than I thought it should). I need a better approach to the second part. Probably need to mark all nodes' distances from the goal point instead of one-by-one plotting a path from each possible start to the end, but that requires an adjustment to how I'm building the graph in the first place.
2022-12-12 17:13:02 -06:00
2022-12-12 17:13:02 -06:00
2022-11-30 17:19:53 -06:00
2022-12-12 17:13:02 -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%