isameer / sudoku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 100.0%