Open metalglove opened 5 years ago
Refactor the GenerateSudokuPuzzle class to use the SudokuPuzzle class with the SudokuPuzzleRules instead of copying the code for the rules.
Also, a custom implementation of dancing links because after more than one solution is found, we can stop the search.
Refactor the GenerateSudokuPuzzle class to use the SudokuPuzzle class with the SudokuPuzzleRules instead of copying the code for the rules.