A hierarchical Algorithm to Solve the Shortest Path Problem in Valued Graphs
数据结构与算法
2007-05-23 v1 离散数学
摘要
This paper details a new algorithm to solve the shortest path problem in valued graphs. Its complexity is where is the graph diameter and its number of vertices. This complexity has to be compared to the one of the Dijkstra's algorithm, which is where is the number of edges of the graph. This new algorithm lies on a hierarchical representation of the graph, using radix trees. The performances of this algorithm show a major improvement over the ones of the algorithms known up to now.
引用
@article{arxiv.cs/0310019,
title = {A hierarchical Algorithm to Solve the Shortest Path Problem in Valued Graphs},
author = {Michel Koskas},
journal= {arXiv preprint arXiv:cs/0310019},
year = {2007}
}
备注
18 pages, 5 figures