Advent of Code Day 12 -- Hill Climbing Algorithm

The title says it all. It’s a “shortest path” puzzle, you’re meant to use Dijkstra’s algorithm, and the puzzle has no curve balls to toss at you.

December 15, 2022 · 3 min · 489 words · Tipa