greedyBestFirstSearch top-level constant Pathfinding
Pathfinding algorithm that chooses the locally optimal path at each step.
See en.wikipedia.org/wiki/Best-first_search or GreedyBestFirstSearch.
{@category Pathfinding}
Implementation
const greedyBestFirstSearch = GreedyBestFirstSearch<Object?>();