节点文献

关于最短路径的SPFA快速算法

A Faster Algorithm for Shortest-Ptath──SPFA

  • 推荐 CAJ下载
  • PDF下载
  • 不支持迅雷等下载工具,请取消加速工具后下载。

【作者】 段凡丁

【Author】 Duan Fanding(Computer Center.Southwest Jiaotong University.Chengdu610031, China)

【机构】 西南交通大学计算中心

【摘要】 本文提出了关于最短路径问题的一种新的快速算法─—SPFA(ShortestPathFasterAlgorithm)算法.SPFA算法采用动态优化逼近的方法,用邻接表作为有向图的存储结构,用了一个先进先出的队列Queue来作为待优化点的存储池。算法的时间复杂性为O(e),在绝大多数情况下,图的边数e和顶点数n的关系是e<n ̄2,因此,SPFA算法比经典的Dijkstra算法在时间复杂性方面更优越。

【Abstract】 This paper offers a new fast algorithm for shortest-path prolem─ SPFA. The data structrue of SPFA algorithm uses adjacency list and a FIFO queue,Applying dynamic optimal approach , the time complexity of SPFA algorithm is O(e),it is better than Dijkstra’s typical algorithm when e《n ̄2. No particular limitation conditions are needed.So the SPFA algorithm can be adapted for all directed graphs.

【关键词】 有向图最短路径算法时间复杂性
【Key words】 directed graphshortest-pathalgorithmtime complexity
  • 【文献出处】 西南交通大学学报 ,JOURNAL OF SOUTHWEST JIAOTONG UNIVERSITY , 编辑部邮箱 ,1994年02期
  • 【分类号】O224
  • 【被引频次】200
  • 【下载频次】2154
节点文献中: 

本文链接的文献网络图示:

本文的引文网络