DEV Community

Discussion on: Coming Back to Old Problems: How I Finally Wrote a Sudoku Solving Algorithm

Collapse
 
paveltrufi profile image
Pavel Razgovorov

The are also some quite efficient, well studied solutions for this problem. For example, check this repo which uses AC3: github.com/msanpe/Sudoku-Backtrack...