Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 303 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 303 Bytes

We will try to solve many games using many fun algorithmic techniques :)

Need a csv file that contains Sudoku problems and their solutions

File can be downloaded from : https://www.kaggle.com/bryanpark/sudoku

Done:

1- Solve Sudoku as an ExactCover problem using Knuth's Algorithm X and DancingLinks