Fixed Breadth first by marking nodes as visited.
commit078bea5470c5b176c425160c52a34242850e1c43
authorAnton Johansson <anton.johansson@gmail.com>
Tue, 14 Oct 2008 15:27:01 +0000 (14 17:27 +0200)
committerAnton Johansson <anton.johansson@gmail.com>
Tue, 14 Oct 2008 15:27:01 +0000 (14 17:27 +0200)
treea14b1468d1402eb99abcde3664da59aed1586b7b
parent91553fec138e1172752d5b49c7576f8696da19a6
Fixed Breadth first by marking nodes as visited.
src/MySearcher.java
test/MySearcherTest.java