Skip to content

Latest commit

 

History

63 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

A solver for Sudoku puzzles written in Python. Not guaranteed to find a solution.

Depends on colorama.

How does it solve puzzles?

It employs a "greedy" algorithm which means it calculates all possibilities for a cell and continuously narrows them down. It solves easier puzzles fast while it does not solve harder puzzles at all.

How do you use it?

It currently takes no input; the Sudoku puzzle being solved is hard coded. This will probably be changed in the near future.

Why?

Why not?

About

A solver for Sudoku puzzles written in Python.

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages