This program solves a 9x9 Sudoku puzzle using the Backtracking algorithm. It recursively fills empty cells by trying digits from 1 to 9, checking if the placement is valid according to Sudoku rules (no duplicate in row, column, or 3x3 grid). If a conflict is found, it backtracks and tries the next possible number.
-
Notifications
You must be signed in to change notification settings - Fork 2
RitikaNemade/SudokuSolverAI
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