Skip to content

v0.1.0

Compare
Choose a tag to compare
@florian1345 florian1345 released this 13 Sep 15:28
· 153 commits to master since this release
acde673

First release with the following features:

  • Parsing and printing Sudoku
  • Checking validity of Sudoku and solutions according to standard rules as well as some common variants
  • Injection of custom constraints
  • Solving Sudoku using a perfect backtracking algorithm
  • Generating Sudoku, with a possibility to specify a custom solver that has to be able to solve the result, thus controlling the difficulty