Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshdk/sudoku
A fast sudoku puzzle solver
https://github.com/joshdk/sudoku
Last synced: about 4 hours ago
JSON representation
A fast sudoku puzzle solver
- Host: GitHub
- URL: https://github.com/joshdk/sudoku
- Owner: joshdk
- Created: 2012-03-22T16:48:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T17:17:47.000Z (over 12 years ago)
- Last Synced: 2023-03-11T03:48:21.398Z (over 1 year ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sudoku
======Building
--------
$ makeRunning
-------
$ ./build/sudoku [COUNT|all] [PATH|-]Examples
--------
$ ./build/sudoku - #read file on stdin
$ ./build/sudoku /path/to/file
$ ./build/sudoku 5 /path/to/file #find first 5 solutions
$ ./build/sudoku all /path/to/file #find all solutions