path-finding vocabulary
Factor handbook » Vocabulary index


Documentation
Path finding using the A* algorithm

Metadata
Tags:algorithms
Authors:Samuel Tardieu


Words

Tuple classes
ClassSuperclassSlots
Image astarImage tupleg in-closed-set


Generic words
WordStack effect
Image cost( from to astar -- n )
Image heuristic( from to astar -- n )
Image neighbors( node astar -- seq )


Ordinary words
WordStack effect
Image <astar>( neighbors cost heuristic -- astar )
Image <bfs>( neighbors -- astar )
Image <dijkstra>( costs -- astar )
Image considered( astar -- considered )
Image find-path( start target astar -- path/f )
Image find-path*( start quot astar -- path/f )


Class predicate words
WordStack effect
Image astar?( object -- ? )


Files


Metadata files


Children from resource:extra
VocabularySummary
Image path-finding.path-finding-docs.factor
Image path-finding.path-finding.factor
Image path-finding.summary.txt
Image path-finding.authors.txt
Image path-finding.tags.txt
Image path-finding.path-finding-tests.factor