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

Contrib/issue 64 #160

Closed michaelhaaf closed 8 years ago

michaelhaaf commented 8 years ago

Closes issue 64 (have IDA* extend DFS to remove duplicated code)

codecov-io commented 8 years ago

Current coverage is 52.83%

Merging #160 into 1.0.X will increase coverage by +0.36% as of b633b0d

@@            1.0.X    #160   diff @@
=====================================
  Files          57      57       
  Stmts        1654    1622    -32
  Branches      268     264     -4
  Methods                         
=====================================
- Hit           868     857    -11
+ Partial        66      63     -3
+ Missed        720     702    -18

Review entire Coverage Diff as of b633b0d

Powered by Codecov. Updated on successful CI builds.

pablormier commented 8 years ago

Thanks, nice work!