astar top-level constant Pathfinding
Pathfinding algorithm that finds an optimal shortest path using a heuristic.
See en.wikipedia.org/wiki/A*_search_algorithm or Astar.
{@category Pathfinding}
Implementation
const astar = Astar<Object?>();
Pathfinding algorithm that finds an optimal shortest path using a heuristic.
See en.wikipedia.org/wiki/A*_search_algorithm or Astar.
{@category Pathfinding}
const astar = Astar<Object?>();