https://github.com/joshdk/sudoku
A fast sudoku puzzle solver
https://github.com/joshdk/sudoku
Last synced: 4 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-22T17:17:47.000Z (over 13 years ago)
- Last Synced: 2025-01-16T13:17:30.526Z (5 months ago)
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- 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