Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 297 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 297 Bytes

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.