/sudoku

Primary LanguagePython

Sudoku solver using brute force search + backtracking

Run as

python brute_force.py <input.txt>

Some sample inputs are checked in

The code displays an animation while solving, slowed down so you can see it. Remove the time.sleep calls to make it run as fast as possible.