AntiPattern
Incorrect A* G-Value Updates
astar-incorrect-g-value-update
A* implementations miscompute or fail to update g-values (cost-so-far), often due to incorrect closedList/equals/hashCode semantics, causing ties in G and producing odd or inefficient paths instead of shortest routes.