A Python script which solves a Sudoku with Constraint Propagation technique and Search on sudoku.com.
[Udacity AI nanodegree]
Run the following command on your Linux terminal.
python solver.py [--level easy/medium/hard/expert]
A Python script which solves a Sudoku with Constraint Propagation technique and Search on sudoku.com.
[Udacity AI nanodegree]
Run the following command on your Linux terminal.
python solver.py [--level easy/medium/hard/expert]