Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taalhavras/Sudoku

Repository files navigation

Sudoku

A sudoku solver I made for fun! Uses some Boost libraries so make sure those are installed appropriately.

Build and Run

'make' builds two executables in the build directory, solver and generator.

To run the generator use
./generator [difficulty] output_file
where difficulty is either 'easy', 'medium', or 'hard'.

To run the solver use
./solver board_file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published