文件名称:dijkstra
介绍说明--下载内容均来自于网络,请自行研究使用
如果存在一条从i到j的最短路径(Vi.....Vk,Vj),Vk是Vj前面的一顶点。那么(Vi...Vk)也必定是从i到k的最短路径。为了求出最短路径,Dijkstra就提出了以最短路径长度递增,逐次生成最短路径的算法-Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main characteristics is the starting point as the center outward expansion layers, until the date extended to the end. The optimal Dijkstra algorithm to get the shortest path solution
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dijkstra.cpp