Skip to content

Commit 30f7797

Browse files
Update docs/2023/puzzles/day17.md
Co-authored-by: Philippus Baalman <[email protected]>
1 parent 1c8bb08 commit 30f7797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2023/puzzles/day17.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Next let's define some methods for transitioning to new states. We know that we
9696

9797
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.
9898

99-
### Djikstra's Algorithm
99+
### Dijkstra's Algorithm
100100

101101
Finally, let's lay the groundwork for an implementation of Djikstra's algorithm.
102102

0 commit comments

Comments
 (0)