Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 375 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 375 Bytes

Sudoku

Python Code to solve Jigasaw Sudoko by backtracking with look forward (Forward Checking) and model dependant ordinal strategies

Example used in the text files: Example board

Solution

Example Solution