Skip to content

A sudoku solver that uses backtracking and recursion to solve a puzzle by brute force

License

Notifications You must be signed in to change notification settings

Bluejee/Sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

  • A sudoku solver that uses backtracking and recursion to solve a puzzle by brute force.

  • Providing an zero matrix of size 9*9 will cause the program to display all possible sudokus possible. with enough time and computing power one can make a list of all possible sudoku solutions. A proper sudoku is a problem having a unique solution.

  • A sudoku matrix can have multiple proper sudoku questions and a lot more non proper questions.

  • The program can solve any sudoku and if it has multiple answers produce all different types of solutions possible.

Help with Sudoku Solver

If you need help regarding Sudoku Solver, then please open an issue or reach out to me through any of the contacts you can find in my GitHub Profile

If you would like to submit a bug report or feature request, please open an issue.

Contributing

Contributions to this project are always welcome. Please see the Contribution Guidelines to see how to help.

Code of Conduct

I value a positive and respectful community, and I kindly ask that you follow our code of conduct in all interactions with other members. Please take a moment to review the Code of Conduct.

License

Please refer the License of this project to understand about your rights.

About

A sudoku solver that uses backtracking and recursion to solve a puzzle by brute force

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages