Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joukevandermaas/sudoku_java
https://github.com/joukevandermaas/sudoku_java
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joukevandermaas/sudoku_java
- Owner: joukevandermaas
- Created: 2013-03-12T22:47:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T18:11:36.000Z (over 11 years ago)
- Last Synced: 2023-03-20T09:36:30.607Z (almost 2 years ago)
- Language: Java
- Size: 1.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Syntax:
java SudokuSolver [-b]Where refers to an UTF-16 encoded file that describes one or more
sudokus in the following format:79.....23
..38..4..
1..2.6...
6...8.94.
....2....
.31.6...8
...7.1..5
..5..21..Lines starting with % will be ignored.
The -b switch executes the solver in batch mode, solving all sudokus
in the file and reporting statistics. If this switch is left out,
the solver is executed in gui-mode.The file sudokus.txt contains 10.000 sudokus generated by the Debian
sudoku-package (see http://packages.debian.org/sid/sudoku). This tool
can generate sudokus readable by the solver using:
sudoku -fcompact -g
where is the number of sudokus to generate.