A Fast Algorithm for Optimum Path Based on a City Road Net

毕军,付梦印,周培德,张宇河
DOI: https://doi.org/10.3969/j.issn.1000-3428.2002.12.015
2002-01-01
Abstract:According to the characteristics of a city road net, this paper discusses a kind of data structure of road net and proposes an algorithm for seeking the shortest path between two points in the road net. The algorithm takes advantage of the theories of bidirectional search, projection, minimum angle and binary tree. Compared with Dijkstra algorithm, the algorithm can reduce seeking space and can raise seeking speed greatly, and its time complexity can not exceed O(N), while N is the number of road net points. The application results show that the algorithm has good practicability and reliability.
What problem does this paper attempt to address?