Skip to content

vivekannan/pydoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydoku

A simple python code to solve Sudoku puzzles.

The puzzle should be fed to the program via a file named "sudoku.in". The puzzle should be represented in a single line containing values of each cell or '0' for empty cells. The program can also detect broken puzzles (can't be solved).

Solves AI Escargot in about 0.05 secs on my i3-2367M @ 1.40GHz notebook.

About

A simple python code to solve Sudoku puzzles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages