Skip to content

Adi5598/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SudokuSolver

C++ program to Solve Sudoku

Version 1.0 We start with a brute force approach. We input a 9x9 grid from the user. For every empty square we calculate all possibilities and try each possibility. If we reach a square which does not have any possibility then we have made some error in some previous square, therefore we backtrack and find the viable solution.

About

C++ program to Solve Sudoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages