We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8bb08 commit 30f7797Copy full SHA for 30f7797
docs/2023/puzzles/day17.md
@@ -96,7 +96,7 @@ Next let's define some methods for transitioning to new states. We know that we
96
97
Note that the streak resets to one when we turn right or turn left, since we also move the position forward in that new direction.
98
99
-### Djikstra's Algorithm
+### Dijkstra's Algorithm
100
101
Finally, let's lay the groundwork for an implementation of Djikstra's algorithm.
102
0 commit comments