Algoritmo A*: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
m →Pseudocodice: tag source deprecati, replaced: <source lang= → <syntaxhighlight lang=, </source> → </syntaxhighlight> |
||
Riga 62:
== Pseudocodice ==
Il seguente [[pseudocodice]] descrive l'algoritmo:
<
function A*(start,goal)
closedset := the empty set % The set of nodes already evaluated.
Riga 102:
else
return the empty path
</syntaxhighlight>
== Bibliografia ==
|