文件名称:spfa_algorithm_fengzee
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- Y***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
最短路径 之 SPFA算法 作者:fengzee 日期:2008-02-15
SPFA——Shortest Path Faster Algorithm,它可以在O(kE)的时间复杂度内求出源点到其他所有点的最短路径,可以处理负边。SPFA的实现甚至比Dijkstra或者Bellman_Ford还要简单-The shortest path algorithm for the SPFA Author: fengzee Date :2008-02-15 SPFA- Shortest Path Faster Algorithm, it can be O (kE), within the time complexity of the source point to find the shortest path to all other points, and deal with negative edge. SPFA implementation of Dijkstra, or Bellman_Ford than even a simple ... ...
SPFA——Shortest Path Faster Algorithm,它可以在O(kE)的时间复杂度内求出源点到其他所有点的最短路径,可以处理负边。SPFA的实现甚至比Dijkstra或者Bellman_Ford还要简单-The shortest path algorithm for the SPFA Author: fengzee Date :2008-02-15 SPFA- Shortest Path Faster Algorithm, it can be O (kE), within the time complexity of the source point to find the shortest path to all other points, and deal with negative edge. SPFA implementation of Dijkstra, or Bellman_Ford than even a simple ... ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
最短路径 之 SPFA算法.doc