Iterative deepening depth-first search: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
fix vari |
template cita "xxxx"; rinomina/fix nomi parametri; converto template cite xxx -> cita xxx |
||
Riga 5:
|struttura dati = [[Grafo]]
|tempo = <math>O(b^d)</math><ref>dove <math>b</math> è il fattore di ramificazione (''branching factor'') e <math>d</math> è la profondità della soluzione più vicina alla radice</ref>
|spazio = <math>O(d)</math><ref name="re1985">{{
|completo = Sì
|ottimale = Sì
|