文件名称:migong
介绍说明--下载内容均来自于网络,请自行研究使用
首先实现一个链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。如:对于下列数据的迷宫,输出的一条通路为:(1,1,1),(1,2,2),(2,2,2),(3,2,3),(3,1,2),……。-First of all, the realization of a list of the stack for the type of storage structure, and then the preparation of a maze to solve the non-recursive procedures. Obtained access to triples (i, j, d) the form of output, including: (i, j) indicative of a maze coordinates, d that coordinates the direction of the next walk. Such as: the following data for the maze, the output of a channel as follows: (1,1,1), (1,2,2), (2,2,2), (3,2,3), (3,1 , 2), ... ....
(系统自动生成,下载前可以参看下载内容)
下载文件列表
migong.cpp