Skip to content

Th0mz/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver


Demo :

demo_image


Description :

  • Given any solvable sudoku board, using a backtrack algorithm this program solves it.

  • It can be run in two modes:

    • Visualization Mode : Where is displayed every step that the algorithm takes to get to the solution. Its good way to have a basic understanding of how the algorithm works.

    • Instant Mode : Just shows the solution.


  • In addition to being able to solve the sudoku, the program also allows a way to input your own sudoku to solve.

About

A sudoku solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published