Skip to content

rodolphe74/SudokuResolver

Repository files navigation

SudokuResolver

Presentation

Resolve Sudoku puzzle with the help of a c++ written backtracking algorithm. First, edit your grid. Then, hit F1 to compute the answer.

Compilation

ncurses and form libraries are needed for puzzle edition. On ubuntu, librairies can be installed with this command :

sudo apt-get install libncurses-dev

Run make to compile the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published