- version-dependent update
- amend api
- optimize format print
- automatic difficulty adjustment
sudoku_dart
is run on client side , don't want generate puzzle take long time
- fix generate logic make sure each zone both have less one number
- adjust expert rollback 1.0.2 difficulty
- change test file you can use
dart test example/lib/*_test.dart
to use test case
- enhance
Level.expert
difficulty - change dart specification
- detailed document
- enjoy it
- support null safety
- recode solver and generator
- easy to read code and english friendly(maybe..)
- however , if you want to use this library , just need to know this version better than the old version
- have good fun :-)
- 更新文档结构
- update readme.md and code specification
- fix(tools):Matrix.getZone
tools.dart
函数row和col计算错误修复
- update
tools
api , addgetRowIndexes
,getColIndexes
- update
Sudoku.generator
api
- 更改包名与文件结构
- 修正类型作用域
- 数独解题
- 数独谜题生成器,支持 easy / medium / hard / expert 四种难度