文件名称:Floyd-Warshall-c-chengxi
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:3.22kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Johson算法是目前最高效的在无负环可带负权重的网络中求所有点对最短路径的算法. Johson算法是Bellman-Ford算法, Reweighting(重赋权重)和Dijkstra算法的大综合. 对每个顶点运用Dijkstra算法的时间开销决定了Johnson算法的时间开销. 每次Dijkstra算法(d堆PFS实现)的时间开销是O( E * lgd(V) ). 其中E为边数, V为顶点数, d为采用d路堆实现优先队列ADT. 所以, 此种情况下Johnson算法的时间复杂度是O( V * E * lgd(V) ).-The Johson algorithm is currently the most efficient of the network without negative ring can with negative weights seek all points of the shortest path algorithm. Johson algorithm Bellman-Ford algorithm Reweighting (re-empower the weight) and Dijkstra algorithm for the large integrated. For eachtime overhead of the vertices using Dijkstra algorithm to determine the time of the Johnson algorithm overhead each Dijkstra algorithm (d-heap PFS), time overhead is O (E* lgd (V)) where E is the number of edges, V verticesd d Lu heap priority queue the ADT. this case the Johnson algorithm time complexity is O (V* E* lgd (V)).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Floyd-Warshall-c-chengxi.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.