Description: A rectangle that m* n maze, 0 and 1, respectively, the maze of pathways and barriers. Design a program, for any set of the maze, find a path from the entrance to export, or draw conclusions without access. 1. To the depth first search path search method 2. Maze data read from the file
To Search:
- [maze] - This program, with an m × n matrix, said
- [migong] - With a Maze (m, n), said the long square
File list (Check if you may need any files):
迷宮問題\maze.txt
........\迷宮.cpp
迷宮問題