• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2012, Vol. 34 ›› Issue (4): 77-81.

• 论文 • Previous Articles     Next Articles

A SingleSource Shortest Path Algorithm Based on the Bucket Structure

WEI Wenhong1,LI Qingxia2,CAI Zhaoquan3   

  1. (1.School of Electronics and Information Engineering,South China University of Technology,Guangzhou 510640;2.Department of Computer Science,City College,Dongguan University of Technology,Dongguan 523106;3.Educational Technology Center,Huizhou University,Huizhou 516007,China)
  • Received:2011-11-05 Revised:2012-02-10 Online:2012-04-26 Published:2012-04-25

Abstract:

The singlesource shortest path problem as to the main optimal routing problem is the basis of the most optimal problems in many social application areas. This paper discusses the different singlesource shortest path serial algorithms in term of the implementation technique, combining the ideas of the Dijkstra algorithm based on label setting and the BFM algorithm based on label correcting, a new kind of singlesource shortest path algorithm based on the bucket structure is proposed. The experiments show that the proposed algorithm has good time complexity and parallelism property compared with the two former algorithms.

Key words: bucket structure;singlesource shortest path;Dijkstra algorithm;BFM algorithm