Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 166 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 166 Bytes

SudokuSolver

A Sudoku Solver written in Golang

Modelling Sudoku as a Constraint Satisfaction Problem (CSP) Used DFS for Searching for solution after applying (CSP)