Skip to content

This program solves sudokus with all possible solutions using backtraking.

Notifications You must be signed in to change notification settings

Carlosghms/Sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku

This program solves sudokus with all possible solutions.

You must enter the sudoku's numbers like that:

If sudoku is:

5 3 0|0 7 0|0 0 0 6 0 0|1 0 5|0 0 0 0 9 8|0 0 0|0 6 0

8 0 0|0 0 0|0 0 3 4 0 0|8 0 3|0 0 1 7 0 0|0 2 0|0 0 6

0 6 0|0 0 0|2 8 0 0 0 0|4 1 9|0 0 5 0 0 0|0 8 0|0 7 9

(0 is an empty box)

You enter:5 3 0 0 7 0 0 0 0 6 0 0 1 0 5 ....

About

This program solves sudokus with all possible solutions using backtraking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages