文件名称:Matlab_DFS_Maze_All_Solutions
介绍说明--下载内容均来自于网络,请自行研究使用
本函数用深度优先遍历(回溯法)来求解迷宫的所有路径
maze:是迷宫矩阵,其中0表示可以去走的路
1表示障碍
2表示入口
3表示出径
5表示路径-Road this function with a depth-first traversal (backtracking) to solve the maze path maze: a maze matrix, where 0 means you can go to go 1 shows the obstacles 2 entrance 3 shows the diameter 5 shows the path
maze:是迷宫矩阵,其中0表示可以去走的路
1表示障碍
2表示入口
3表示出径
5表示路径-Road this function with a depth-first traversal (backtracking) to solve the maze path maze: a maze matrix, where 0 means you can go to go 1 shows the obstacles 2 entrance 3 shows the diameter 5 shows the path
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DFS_Maze.m
说明.txt