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
326 stars 89 forks source link

Implementation of Depth Limited Search #157 #164

Closed gabizekany closed 8 years ago

gabizekany commented 8 years ago

Updated DLS unit tests

Fix for Improve GraphBuilder to generate graphs without edge values #154

Add license agreement header

Remove unnecessary code

Fix test for GraphBuilder edge testing

codecov-io commented 8 years ago

Current coverage is 53.79%

Merging #164 into 1.0.X will increase coverage by +0.96% as of cbdf1d8

@@            1.0.X    #164   diff @@
=====================================
  Files          57      58     +1
  Stmts        1622    1714    +92
  Branches      264     274    +10
  Methods                         
=====================================
+ Hit           857     922    +65
- Partial        63      68     +5
- Missed        702     724    +22

Review entire Coverage Diff as of cbdf1d8

Powered by Codecov. Updated on successful CI builds.

pablormier commented 8 years ago

Thanks for your contrib!. I think most of these changes will be merged into the DFS in a future, since it's a particular case of the DFS