Skip to content

murphd40/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solver

The Solver works using only this rule:

$$Given a cell group G. If there exists a set of cells S subsetOf G such that |S| == |V_S|, where V_S is the merged set of possible values for the cells in S, then none of the cells in G\S can contain any of the values in V_S$$

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages