BREADTH-FIRST SEARCHIntroduction:
Breadth-first search is one of the flexible basis for implementing
graph search stategies.
To control the starting of demonstation, there is a sphere in the VRML
image. If a student clicks on the sphere, the ball starts to move. The
ball explores the state in a level-by-level fashion. First it will
go to the first level. After that it will go to the second level. After
exploring of all states in that level it will go to the third level.
The ball will stop to explore if there are no more states to be
explored ohterwise it will continue its exploration.
|