Visualize how pathfinding algorithms explore and find the shortest path
Guarantees shortest path
Explores nodes in order of distance from start. Always finds the shortest path but explores many nodes.