Brendan Shaughnessy
CS 505
Homework 3


This program runs on Java SDK 1.4 and uses the make file provided.  The nodes and edges are hardcoded
at the top of the search.java class.  To run the program just use:

java search [argument]

If no argument is provided, the program will default to breadth first search.  Remake if changes
are made to nodes[] or edges[].  
