Skip to content

Sudoku analysis/generation C# program. The algorithm used is Single, LockedCandidate, LockedSet...Fish,Chain,ALS...NiceLoop...

Notifications You must be signed in to change notification settings

moongtaeng/Sudoku_Solver_Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku_Solver_Generator

Sudoku analysis and generation C# program. The only algorithm used is non-backtracking. The algorithm used is Single, LockedCandidate, (hidden)LockedSet(2D-7D), (Finned)(Franken/Mutant/Kraken)Fish(2D-7D), Skyscraper, EmptyRectangle, XY-Wing, W-Wing, RemotePair, XChain, XYChain, SueDeCoq, (Multi)Coloring, ALS-Wing, ALS-XZ, ALS-Chain, (ALS)DeathBlossom(Ext.), (Grouped)NiceLoop, ForceChain and GeneralLogic. There are also functions for transposed transformation of Sudoku problems, standardization and ordering of Sudoku problems. The algorithm is explained on the HTML page.

About

Sudoku analysis/generation C# program. The algorithm used is Single, LockedCandidate, LockedSet...Fish,Chain,ALS...NiceLoop...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.9%
  • Smalltalk 0.1%