Skip to content

Tags: jlnieh/sudoku

Tags

v1.0.0

Toggle v1.0.0's commit message
Update README to have latest command examples

RELEASE_0.9.6

Toggle RELEASE_0.9.6's commit message
Fine tune README and comments

RELEASE_0.9.5

Toggle RELEASE_0.9.5's commit message
Update to use one dimension slice to store values, and change

the square ID as integer 0~80 to replace original map structure.

RELEASE_0.9.0

Toggle RELEASE_0.9.0's commit message
First version to have benchmarks and test cases with known puzzles

- Hide those variables used inside the package to unexported
- Export only "Solve" and "Display" functions
- Add more test cases, example code, and benchmarks to test code
- Update the performance result of this first version to README