The objective of this 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.
This program applies the four famous rules to solve a grid of sudoku, than a brute force algorithme, you can import a file contains a grid of sudoku or enter the values of the unveiled cells, you have a choice to display the resolution step by step (takes longer with the brute-force search) , or to display the results and the time of the resolution directly.
Screenshots:
Download: [Link]




