Skip to content

chloesgit/sudoku-solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

How to use

  • Modify the sudoku you solve to use in the to_solve.txt file.
  • Execute the main.py file with your favorite IDE or type the python3 main.py command
  • Wait up to 10 sec (average ~0.2s)
  • Here you go ! The answer is in solved.txt file and in the command prompt :)

If you can find a sudoku that defeats my solver, please contact me !

Requirements

Python modules:

  • time (optional, just for infos)
  • numpy

Just execute pip install -r requirements.txt

About

A simple Python sudoku solver!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%