CS470/570
Aritificial Intelligence
Spring 2008
Project #1a Pathfinding Part 1
Due: Friday, Febuary 1st

This is the first subproject of the pathfinding project. For this part of the project you will only need to implement the breadth first search on the a sample map.

Requirements:

Note because of the time and memory requirements of breadth first search you will probably only be able to handle very small maps.

Write-up: (~3-4 pages with figures) Include a description of the algortihm and figures showing the nodes explored and the path found. Include a brief description of your 'results', e.g. how well you think the algorithm did.