Grading the difficulty of a Sudoku puzzle
I’ve made a couple of previous attempts at developing Sudoku solvers, one naive approach which didn’t work too well, and a second, more informed attempt implementing Donald Knuth’s Algorithm X, which works incredibly well. I thought I would turn this around and instead of building a solver, attempt to build a puzzle generator. As I …
Continue reading “Grading the difficulty of a Sudoku puzzle”