Where is the cost from the start node to node n Where heuristic estimate from n to a goal
- maintains a priority queue ordered by
- expands the node with the smallest
- combines search depth (g) and goal guidance (h)
this is a framework, not an algorithm.
if overestimates the true remaining cost, algorithm A may expand a suboptimal path first
