Skip to content

Sudoku solver solves a partially solved sudoku using simple backtrack or forward checking.

Notifications You must be signed in to change notification settings

inferiorzoned/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

Sudoku solver solves a partially solved sudoku using simple backtrack or forward checking. There are different heuristics for variable ordering (which cell to pick) nad value ordering (which value to pick).

About

Sudoku solver solves a partially solved sudoku using simple backtrack or forward checking.

Topics

Resources

Stars

Watchers

Forks

Languages