A SURVEY ON SHORTEST PATH ALGORITHMS IN ROAD NETWORKS

Boliang Zhang,Ruichang Zhang,Jihong Guan
DOI: https://doi.org/10.3969/j.issn.1000-386x.2014.10.02
2014-01-01
Abstract:To compute exact point-to-point shortest path in road networks is one of numerous practical applications in graph algorithm. Classic Dijkstra’s algorithm has already turned out to be far too slow in large road networks.Over past decade this classical problem in road networks achieves significant breakthrough,the current known fastest algorithm has the operation efficiency one million faster than the Dijkstra’s algorithm.These algorithms all make pretreatment on the data of road networks,which brings about certain auxiliary information for speeding up the query.Among them there are two typical algorithms,the goal-directed approach and the hierarchical technique.Some of the algorithms have good performances in experimental studies,but the theoretical bounds are unknown to support these observation results.This is because it is hard to depict the characteristics of road networks strictly.Therefore it is the main challenge of the problem that how to fill the gap between the theories and the experimental results.
What problem does this paper attempt to address?