Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

sudoku
======

Building
--------
$ make

Running
-------
$ ./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