π Pathfinding Algorithms Visualizer
20Γ20
A*
A* is an informed search algorithm that uses a heuristic function to estimate the cost to reach the goal. It combines the actual cost from start (g) with an estimated cost to goal (h) to find the most efficient path.