considered ( astar -- considered )


Vocabulary
path-finding

Inputs
astaran astar


Outputs
considereda sequence


Word description
When called after a call to find-path, return a list of nodes which have been examined during the A* exploration.

Definition