Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 284 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 284 Bytes

Sudoku-Solver

Done in Free time during the vacations between 3rd and 4th SEM.

Uses Backtracking.

Input : A 9 x 9 Matrix that is an unsolved Sudoku.Consider blank boxes to contain '0'.Input can be given in the code itself/during run-time.

Output : The Solved Sudoku.