Skip to content

Commit 88513ec

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

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
@@ -98,7 +98,7 @@ Note that the streak resets to one when we turn right or turn left, since we als
9898

9999
### Dijkstra's Algorithm
100100

101-
Finally, let's lay the groundwork for an implementation of Djikstra's algorithm.
101+
Finally, let's lay the groundwork for an implementation of Dijkstra's algorithm.
102102

103103
Since our valid state transformations vary between part 1 and part 2, let's parameterize our search method by a function:
104104

0 commit comments

Comments
 (0)