Skip to content

AmritK10/Sudoku_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku_solver

A simple sudoku solver implemented using recursion and backtracking in cpp.

Directions for use

Enter a 9X9 sudoku grid of numbers.
The blanks in the grid are entered as zeros(0).
For example: If you want to enter 3 _ 6 then it should be entered as 3 0 6.
After entering the entire grid, the soultion is outputted or if the grid cant be solved the same is stated.

Sample run

Screen Shot 2019-03-29 at 1 18 13 AM

About

A simple sudoku solver implemented using recursion and backtracking in cpp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages