Introduction - If you have any usage issues, please Google them yourself
On the data structure of the semester curriculum design, mazes game, respectively for the two methods to realize:
The first method, chain stack the storage structure, with the recursive DFS to achieve
The second method, back through the algorithm to find out all pathways, exhaustively method