15.08.2013 Views

General Computer Science 320201 GenCS I & II Lecture ... - Kwarc

General Computer Science 320201 GenCS I & II Lecture ... - Kwarc

General Computer Science 320201 GenCS I & II Lecture ... - Kwarc

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Breadth-First Search<br />

c○: Michael Kohlhase 423<br />

Idea: Expand shallowest unexpanded node<br />

Implementation: fringe is a FIFO queue, i.e. successors go in at the end of the queue<br />

Breadth-First Search<br />

A<br />

B C<br />

D E F G<br />

H I J K L M N O<br />

c○: Michael Kohlhase 424<br />

Idea: Expand shallowest unexpanded node<br />

Implementation: fringe is a FIFO queue, i.e. successors go in at the end of the queue<br />

Breadth-First Search<br />

A<br />

B C<br />

D E F G<br />

H I J K L M N O<br />

c○: Michael Kohlhase 425<br />

Idea: Expand shallowest unexpanded node<br />

Implementation: fringe is a FIFO queue, i.e. successors go in at the end of the queue<br />

A<br />

B C<br />

D E F G<br />

H I J K L M N O<br />

240

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

Saved successfully!

Ooh no, something went wrong!