Skip to content

Releases: mathieukh/StateSearchLibrary

StateSearchLibrary - 3.0.0

02 Feb 21:46
Compare
Choose a tag to compare

Kotlin migration

All classes have been migrated to Kotlin

Improvements

  • Simplify the interface of SearchAlgorithm
  • Add the possibility to find a solution without throwing an exception

TODO

  • Add more algorithms as BFS
  • Add several examples

StateSearchLibrary - 2.0.0

19 Jan 19:58
Compare
Choose a tag to compare

Improvements

  • Redefining the model classes

New features

  • Add the DFS algorithm

StateSearchLibrary - 1.0.0

17 Jan 22:26
Compare
Choose a tag to compare

First version of the StateSearchLibrary.

  • Defining the model classes
  • AStar algorithm implementation