Skip to content

alfred100p/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

A C++ implementation of a CSP for solving sudoku.
It currently can solve a normal sudoku problem, I am currently trying to make it be able to check if multiple solutions are possible for a given sudoku problem, but its till in te works, there is some issue with the recursion.