citiususc / hipster

Hipster4j is a lightweight and powerful heuristic search library for Java and Android. It contains common, fully customizable algorithms such as Dijkstra, A* (A-Star), DFS, BFS, Bellman-Ford and more.
http://hipster4j.github.io
Apache License 2.0
325 stars 89 forks source link

Implementation of Depth Limited Search #157

Closed michaelhaaf closed 6 years ago

michaelhaaf commented 9 years ago

As a user, I would like an implementation of the Depth Limited Search algorithm such that I can perform searches similar to Depth First Search without having to worry about problems such as non-termination.

Link: https://en.wikipedia.org/wiki/Depth-limited_search