文件名称:Data-structure-course-design
介绍说明--下载内容均来自于网络,请自行研究使用
上学期做的数据结构课程设计,走迷宫游戏,分别用了两种方法来实现:
第一种方法,链栈的存储结构,用递归的dfs来实现
第二种方法,回溯法求出所有通路,穷举求解法-On the data structure of the semester curriculum design, mazes game, respectively for the two methods to realize:
The first method, chain stack the storage structure, with the recursive DFS to achieve
The second method, back through the algorithm to find out all pathways, exhaustively method
第一种方法,链栈的存储结构,用递归的dfs来实现
第二种方法,回溯法求出所有通路,穷举求解法-On the data structure of the semester curriculum design, mazes game, respectively for the two methods to realize:
The first method, chain stack the storage structure, with the recursive DFS to achieve
The second method, back through the algorithm to find out all pathways, exhaustively method
(系统自动生成,下载前可以参看下载内容)
下载文件列表
数据结构课程设计(迷宫)\Maze1.cpp
........................\Maze2.cpp
........................\说明.txt
数据结构课程设计(迷宫)
........................\Maze2.cpp
........................\说明.txt
数据结构课程设计(迷宫)