#Sudoku The algorithm followed is as follows- Find row, col of an unassigned cell If there is none, return true For digits from 1 to 9 a) If there is no conflict for digit at row, col assign digit to row, col and recursively try fill in rest of grid b) If recursion successful, return true c) Else, remove digit and try another If all digits have been tried and nothing worked, return false
-
Notifications
You must be signed in to change notification settings - Fork 0
The puzzle game we all are fond of.(on going)
License
Sheetal-pati/Sudoku
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The puzzle game we all are fond of.(on going)
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published