搜索资源列表
MAZE
- 迷宫 数据结构 大家好 大家好 大家好 -Maze data structure Hello everybody Hello everybody Hello everybody Hello everybody Hello everybody Hello everybody
FindMaze
- 从迷宫的入口找到穿过迷宫的路径到达迷宫出口,采用回溯算法,数据结构为堆栈-From the entrance of the maze to find the path through the maze to reach the maze exit, using backtracking algorithms, data structures for the stack
migong
- 利用数据结构中的递推算法实现迷宫的自动找路线-find the way to the maze
The-maze-problem
- C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.