metalglove / Pazuru

Pazuru, a platform to please enigmatologists
0 stars 0 forks source link

Refactor GenerateSudokuPuzzle #4

Open metalglove opened 5 years ago

metalglove commented 5 years ago

Refactor the GenerateSudokuPuzzle class to use the SudokuPuzzle class with the SudokuPuzzleRules instead of copying the code for the rules.

metalglove commented 5 years ago

Also, a custom implementation of dancing links because after more than one solution is found, we can stop the search.