Basic Concepts

Search proceeds in rings of increasing f cost. Note that if h is a perfect heuristic, the source and destination have the same f cost.

Correctness: Solution found is true shortest path because all subsequent contours have higher f cost, and therefore, higher distance.


next up previous
Next: Running Time and Heuristic Up: A* Previous: New Algorithm