/Sudoku-Solver

A script that helps to solve a sudoku on sudoku.com

Primary LanguagePython

Sudoku-Solver

A Python script which solves a Sudoku with Constraint Propagation technique and Search on sudoku.com.
[Udacity AI nanodegree]

Usage

Run the following command on your Linux terminal.

python solver.py [--level easy/medium/hard/expert]