Changed Graph implementation to allow roads with a single direction. Xlint:unchecked...
commit659cd2a80f1f7e4be691c355a234dbe24a0cbcd4
authorAnton Johansson <anton.johansson@gmail.com>
Wed, 15 Oct 2008 16:57:46 +0000 (15 18:57 +0200)
committerAnton Johansson <anton.johansson@gmail.com>
Wed, 15 Oct 2008 16:57:46 +0000 (15 18:57 +0200)
tree11195ead000f74a55c27eb3336847c21d4629bae
parentc6d23b60292f959ef04d701dbfdf25592016f0bb
Changed Graph implementation to allow roads with a single direction. Xlint:unchecked option added and commented in build.xml
build.xml
src/Graph.java
src/MySearcher.java
test/GraphTest.java
test/MySearcherTest.java