Skip to content

Commit

Permalink
Update MAZE_SOLVE_ALGOS.md
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
tyboro2002 authored Jul 2, 2024
1 parent 9b4190f commit d6d961a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MAZE_SOLVE_ALGOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Because users are allowed to create and modify mazes in such a great variety of
2. Follow the line from start to end.
1. If you bump into a wall, you have to go around.
2. Send out backtracking robots in the 1 or 2 open directions.
3. If the robot can find your new point, continue on.
4 .If the robot intersects your line at a point that is further down stream, pick up the path there.
1. If the robot can find your new point, continue on.
2. If the robot intersects your line at a point that is further down stream, pick up the path there.
3. repeat step 2 until you are at the end.
1. If both robots return to their original location and direction, the maze is unsolvable.

Expand Down

0 comments on commit d6d961a

Please sign in to comment.