Introduction - If you have any usage issues, please Google them yourself
An application that implement
Uninformed search algorithms
* Breadth-first search
* Uniform-cost search
* Depth-first search
* Depth-limited search (tree and recursive versions)
* Iterative deepening search