Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 247 Bytes

Solve-Sudoku

A basic AI based on HarvardX's CS50AI course

Instructions for use

Enter the sudoku board into a text file with representing parts without numbers. Should be 9x9. Examples are included.

python3 main.py <textfile>.txt