jayenashar / Java-Search-library

A Java search library, to search graphs and other state-space search problems
http://jayenashar.github.com/Java-Search-library/
5 stars 2 forks source link

more search algorithms #1

Open jayenashar opened 12 years ago

jayenashar commented 12 years ago

currently only A* and BFS. also need uniform-cost, best-first, and maybe DFS.

jayenashar commented 12 years ago

done uniform cost and best first. will do DFS eventually.