AI Fall Semester 2007-08
Review 1 - Searches pt. 1, "Blind" searching

Describe clearly in your own words and using an example for the following search methods.
Use somewhere the words stack and queue to describe particular implementations.
For example, see Blind Search Algorithms

Use as a specific example: Sibiu to Bucharest from Romania map

  1. Breadth-first
    
    
    
    
    
    
    
    
    

  2. Depth-first
    
    
    
    
    
    
    
    
    

  3. Depth-limited
    
    
    
    
    
    
    
    
    

  4. Iterative Deepening