When does the A* algorithm become greedy and lose optimality?

When does the A* algorithm become greedy and lose optimality?



When the heuristic cost, h, is so large it dominates g.


Learn More :