A heuristic is general "guide" to an algorithm to find the next move. It is
a piece of wisdom that the algorithm designer believes will help search.
Left Hand Rule (LHR) is a heuristic that a robot follows in order to find the goal in a maze.
At any point in the search keep the same
distance from the left hand wall.
Consider running your hand along the
wall.
Right handed rule woould have solved the maze way faster..hahha
pinatahero 1 month ago 2
@pumpfever Why would you go up a path with a visible dead end if you needed to get out fast!?
mi9worm 2 months ago
In this specific case the right hand rule would have been a lot more faster XD
pumpfever 7 months ago
wow, now I will never get lost in a maze.
cptIdiot 11 months ago