8000 GitHub - davidegrohmann/sudoku: Sudoku solver
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

davidegrohmann/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Sudoku solver based on Dacing Links algorithm (see paper)

Build

To build the project for linux/amd64, simply run

make

To clean all produced objects, run

make clean

Run

The produced program can be found in the cmd folder.

For example, try to execute the following for solving the example sudoku puzzle:

cmd/sudoku.bin --verbose --file examples/sudoku.txt

For creating puzzle, run the program with the create command (very slow!):

cmd/sudoku.bin --cmd create

Instruction on how to use the program can be printed by

cmd/sudoku.bin --help

About

Sudoku solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0