Introduction - If you have any usage issues, please Google them yourself
The maze problem is a classical experiment taken psychology. In the experiment, a mouse was put into the door of a large box with no top, and a plurality of walls were arranged in the box to block the direction of travel. The box has only one exit, and a piece of cheese is placed at the exit, attracting rats to find a road in the labyrinth to reach the exit. Repeat the experiment with mice to see how long rats can find the exit.
The algorithm to solve the maze problem.