Home Sudoku Solver
Post
Cancel

Sudoku Solver

Sudoku Solver

The objective of this simple program is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 sub-grids that compose the grid (Regions), the same single integer may not appear twice in the same 9×9 playing board row or column or in any of the nine regions.

Sudoku Solver Sudoku Solver Sudoku Solver

Get Sudoku Solver

1
$ git clone git://github.com/cyounes/Sudoku-Solver.git

Compile Sudoku Solver

1
2
$ cd Sudoku-Solver
$ make

Run Sudoku Solver

1
$ bin/sudoku

Are you a developer ?

I’ll be very happy to take pull requests from others, Go ahead and fork me.

Please, if you can help me to translate the UI of this program to english language don’t hesitate to do :)

This post is licensed under CC BY-NC-SA 4.0 by the author.

Cryptarithms Solver

Boxman Puzzle