8000 GitHub - wcxu21/SudokuSolver: A sudoku puzzle solver using strategies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wcxu21/SudokuSolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

An application that attempts to solve sudoku puzzles using strategies.

It uses logic to solve as much of the puzzle as possible. This is enough to solve the majority of sudoku puzzles but if required it will use a trial and error approach once the number of permutations has been reduced to a manageable level.

I don't claim that it will be able to solve every puzzle.

A write up of the project can be found on Code Project here.

About

A sudoku puzzle solver using strategies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.1%
  • Inno Setup 3.9%
0