Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 321 Bytes

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]