An admissible heuristic is a function, denoted h(n), that estimates the cost to reach a goal from a given state n and never overestimates the true optimal cost. This property is fundamental to algorithms like A search*, ensuring that if a solution exists, the first goal state found will be reached via an optimal path. Admissibility is a strict mathematical guarantee, not merely a guideline for good performance.
