Maze-solving algorithm: Difference between revisions

Content deleted Content added
Shortest path algorithm: grammar (subject-verb in second sentence)
Line 4:
 
== Random mouse algorithm ==
This is a trivial method that can be implemented by a very unintelligent [[robot]] or perhaps a mouse. It is simply to proceed in a straight line until a junction is reached, and then to make a random decision about the next direction to follow, i.e. solving a maze like everyone with a life does.
 
== Wall follower ==