You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,11 +13,11 @@ This project is a complete Sudoku tool written in [Xojo](https://www.xojo.com/).
13
13
- Enter your own Sudoku puzzle
14
14
- Generate a random Sudoku puzzle with a given number of clues
15
15
- Solve the Sudoku puzzle
16
-
- Interactively edit puzzles in a desktop UI with on the fly validation
16
+
- Interactively edit puzzles with on the fly validation
17
17
- Let the solver complete the puzzle
18
18
19
19
### Logic
20
-
*The solver uses a classic backtracking algorithm with rule checking to guarantee correct solutions. Random puzzle generation is based on creating a full valid grid, applying digit shuffling, and then removing cells to reach the desired clue count.*
20
+
*The solver uses a classic backtracking algorithm with rule checking to guarantee correct solutions. Random puzzle generation is based on creating a full valid grid, applying digit shuffling, and then removing cells to reach the desired clue count while enforcing a unique solution.*
0 commit comments