Here we are using a backtracking approach to solve and validate the Sudoku puzzle.Firstly user get a random puzzle with some candidates in some random cells.Then starts with[1,1] position we check the cell is complete or not.If not put a random integer which satisfies the given conditions and calling the same function with remaining empty cells.Like this all cells are filled with respective candidates.For this we splits entire algorithm into small method.
-
Notifications
You must be signed in to change notification settings - Fork 0
saivenkat106/SudokuPuzzleGenerator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published