Skip to content

Commit 2826351

Browse files
authored
Update MAZE_SOLVE_ALGOS.md
fix typo
1 parent 9b4190f commit 2826351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MAZE_SOLVE_ALGOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A mouse just wanders randomly around the maze until it finds the cheese.
7272

7373
Random mouse may never finish. Technically. It is certainly inefficient in time, but very efficient in memory.
7474

75-
I highly recommen that this solver run in the default pruning mode, to get rid of all unnecessary branches, and backtracks, in the solution.
75+
I highly recommend that this solver run in the default pruning mode, to get rid of all unnecessary branches, and backtracks, in the solution.
7676

7777

7878
## Recursive Backtracker

0 commit comments

Comments
 (0)