📏
PATHFINDER
A* search • f = g + h • algo-game
Start
Goal
Open (click to expand)
Expanded
Wall
Open set — cells you can expand. Labels:
g
=cost so far
h
=estimate to goal
f=g+h
⚡ PRINCIPLE UNLOCKED — A* SEARCH
Next Level →