Define admissible heuristic with an example. Explain the working mechanism and limitations of hill climbing search.
Admissible Heuristic An admissible heuristic is a heuristic function that never overestimates the actual cost of reaching the goal. It always gives a value ≤ true cost, which guarantees optimality i