Content deleted Content added
→The Pseudo-code: not sure |
m →The Pseudo-code: cleaned up my own suggestion, following AIMA |
||
Line 175:
'''return''' ''partial_path''
'''else if''' the last node of ''partial_node'' is not in ''closed_list''
add
'''foreach''' ''neighbor'' of the last node in ''partial_path''
'''var''' ''new_path'' := ''partial_path'' extended with ''neighbor''
'''return''' FAILURE
|