文件名称:Dijkstra
介绍说明--下载内容均来自于网络,请自行研究使用
Dijkstra算法思想:每次从V-S取出具有最短特殊路径长度的顶点u,将u添加到S中同时对数组dist作必要的修改,一旦s包含了所有v中顶点,dist就记录了从源到其他顶点之间的最短路径长度。-Dijkstra Algorithm idea: Every time out from the VS special path with the shortest length of vertex u, u will be added to the S in the same time, make the necessary changes to the array dist, if s contains all the vertices v, dist on the record from the source to the other the shortest path length between vertices.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Dijkstra.txt