Vocabularypath-findingInputsstart | a node |
quot | a quotation with stack effect ( node -- ? ) |
astar | an astar |
Outputspath/f | an optimal path starting from start, or f if no such path exists |
Word descriptionFind a path starting from
start using the A* algorithm. The end of the path has been found when
quot returns a true value.
Definition