搜索资源列表
maze dfs
- dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
maze_dfs
- solve maze with dfs and bfs
dfssamples
- 朴素的没有优化过的dfs 题目有:借书问题,骑士的游历,迷宫问题,细胞个数-There is no simple optimized dfs topics: library issues, Knight' s tour, the maze problem, the cell number
maze3D
- Source Code OpenGL and Java (JOGL), for generate 3D maze (using DFS algorithm), and you can move a cursor in maze, using your mouse, to find a way out from maze.
AI_9012430217_CA1_part1
- dfs algorithm for solving a maze for a submraine game
main
- 用数据结构来写的迷宫算法。用深搜(DFS)产生迷宫。并用A *寻路算法-Data structure of the maze algorithm to write. Generated maze with deep search (DFS). With A* pathfinding algorithm
maze
- 一种随机迷宫生成的递归分割算法的实现,以及基于DFS算法的自动寻路(Implementation of a recursive algorithm for random maze generation)