Jump to content

A* search algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 64.25.14.154 (talk) at 18:12, 7 October 2002 (Created). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A transcendental tree search algorithm, A* (pronounced "Ay-star") guarantees the shortest path from any beginning point to any end point. This is provided that there is any possible path at all. Despite this assurance, A* can be computationally expensive and is therefore not always used.

At the heart of the A* algorithm is the use of a "heuristic estimate" which ranks each node by an estimate of the best route that goes through that node.