On the complexity of admissible search algorithms
作者:
Highlights:
•
摘要
This paper analyzes the complexity of heuristic search algorithms, i.e. algorithms which find the shortest path in a graph by using an estimate to guide the search. In particular, algorithm A∗, due to Hart, Nilsson and Raphael, is shown to require O(2N) steps, in the worst case, for searching a graph with N nodes, if the so called “consistency assumption” does not hold for the estimate. Furthermore, a new search algorithm is presented which runs in O(N2) steps in the worst case and which never requires more steps than A∗.
论文关键词:
论文评审过程:Available online 4 March 2003.
论文官网地址:https://doi.org/10.1016/0004-3702(77)90002-9