Skip to content

Commit 0209318

Browse files
Update matrix/count_paths.py
Co-authored-by: Chris O <[email protected]>
1 parent 4252ecb commit 0209318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix/count_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Using a recursive depth-first search algorithm below, you are able to
1111
find the number of distinct unique paths (count).
1212
13-
'*' will demostrate a path
13+
'*' will demonstrate a path
1414
In the example above, there are two distinct paths:
1515
1. 2.
1616
* * * 0 * * * *

0 commit comments

Comments
 (0)