Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 237 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 237 Bytes

Solve-Sudoku

A simple project to solve any given Sudoku.
Use common A.I. tecniques like Constraint Propagation and Depth First Search to solve the problem.
Also present is a simple visual representation of the Sudoku.