You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update splits out A* into a generic graph algorithm, as well as a grid variant. This allows for optimizations that work for grids but aren't valid for a generic graph.