Skip to content

Sudoku is a logic-based, combinatorial number-placement puzzle. In classic sudoku, the objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid contains all of the digits from 1 to 9. With this program, we can easily solve any sudoke problem, irrespective of its difficulty…

Notifications You must be signed in to change notification settings

janender0707/Sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sudoku_Solver

Sudoku is a logic-based, combinatorial number-placement puzzle. In classic sudoku, the objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid contains all of the digits from 1 to 9. With this program, we can easily solve any sudoke problem, irrespective of its difficulty level.

About

Sudoku is a logic-based, combinatorial number-placement puzzle. In classic sudoku, the objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid contains all of the digits from 1 to 9. With this program, we can easily solve any sudoke problem, irrespective of its difficulty…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages