14.07.2013 Views

Neinformované metody prohledáván´ı stavového prostoru Michal ...

Neinformované metody prohledáván´ı stavového prostoru Michal ...

Neinformované metody prohledáván´ı stavového prostoru Michal ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

pVlastnosti BFS<br />

begin<br />

if Start = GOAL then return(SUCCESS)<br />

while (_open []) do begin<br />

X := first(open)<br />

open := open - [X]<br />

else begin<br />

E := expand(X)<br />

if for any Y in E: Y = GOAL then return(SUCCESS)<br />

else open := open + E<br />

end<br />

end<br />

return(failure)<br />

end.<br />

<br />

<br />

/Stavov´y prostor

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!