搜索资源列表
floyd_method
- 弗洛伊德算法求两点间最短距离。也是数据结构实验要用的算法,小做修改,改成自己需要的就能验收-Freud algorithm for getting between two points is the shortest distance.
地铁线路查询系统
- 一个用C语言写的广州地铁查询系统。可以实现最少换乘、最少用时、最短距离三种方式下的线路查询,查询结束后动画显示结果,并输出时间、距离以及换乘信息。里面用到链表、图等数据结构,并用到地杰斯特拉算法。。。
All_Path
- 所有路径算法,可以用在最短距离上,C++用得着-All path algorithm can be used in the shortest distance
dv
- 迪杰斯特拉算法,求多个路由器之间最短距离-Dijkstra algorithm, find the shortest distance between multiple routers
route_issue
- 航线问题的解决,这个航线问题是c++学习中必须掌握的算法问题里的最为常见的算法问题,从而解决最短距离算法。- Solve these problems, this route issue is c++ learning algorithm must master the most common problems in algorithmic problems, so as to solve the shortest distance algorithm.
