- Knuth's Algorithm X based sudoku puzzle solver and generator.
- Terminal data:
Json
- Edges:
1 * 1
,2 * 2
,3 * 3
, ...,n * n
- Puzzle generator: SQUARE, IRREGULAR
The Go mobile subrepository adds support for mobile platforms (Android and iOS).
$ gomobile bind -target=android github.com/jiangyang5157/go-sudoku/sudoku