Skip to content

StateSearchLibrary - 3.0.0

Latest
Compare
Choose a tag to compare
@mathieukh mathieukh released this 02 Feb 21:46
· 5 commits to main since this release

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