Skip to content

Vivek2k20/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Solves a 9x9 Sudoku using Backtracking algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages