文件名称:migong
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- yangy******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
迷宫问题
一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表
示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻
求一条从右下角 [m,n] 出去的路径-Maze
A maze of available shown on the square [m, n], 0 through a table
Means you can not pass. It is assumed that the mouse from the upper left corner [1,1] into the maze to write algorithms to find
Request one from the bottom right corner [m, n] out of the path
一个迷宫可用上图所示方阵[m,n]表示,0表示能通过,1 表
示不能通过。现假设耗子从左上角[1,1]进入迷宫,编写算法,寻
求一条从右下角 [m,n] 出去的路径-Maze
A maze of available shown on the square [m, n], 0 through a table
Means you can not pass. It is assumed that the mouse from the upper left corner [1,1] into the maze to write algorithms to find
Request one from the bottom right corner [m, n] out of the path
(系统自动生成,下载前可以参看下载内容)
下载文件列表
迷宫.cpp