搜索资源列表
21
- 小白鼠钻迷宫,递归和试题的小型代码。代码完整。-Diamond Maze Mice, recursive, and questions of the small code. Code integrity.
MistyRainMaze
- 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径-Arbitrarily determine the size and shape of a maze out of the labyrinth with a non-recursive method, and output at least one access path
Maze-code
- 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an