搜索资源列表
Astarfindpath
- 用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
maze
- 一个简单的控制台程序,能自动创建迷宫,具有迷宫的基本功能,能够自动寻径,找到迷宫的出口,并打出路径。-A simple console program can automatically create a maze, with the basic functions of the maze, can automatically routing find maze export, and hit the path.
Dijkstra
- 该代码简单实现了路由选择的链路状态算法。通过输入节点数,再输入节点间的开销后自动找出最少开销路径-The code implements a simple link-state routing algorithm. Automatically find the least cost path through the input nodes, and then enter the cost of inter-node
ROADS
- 这是一道关于最短路径的算法问题,虽然问题简单但是其中的思想非常值得借鉴和学习,其中用到了优先队列和图的宽度搜索-This is a question about the shortest path algorithm, although the problem is simple, but the idea which is worth learning and learning, which uses the width of the search priority queue and ma
Floyd
- Floyd算法实现地图最短路径,包含简单的动画-Floyd shortest path algorithm maps contain simple animation