Sudoku Solver
kaushalendra-pandey opened this issue · 4 comments
Before jumping into Pr first comment for assign. All Problem from Edabit. Link is mandatory to add
Problem Statement : Write a program to solve a Sudoku puzzle by filling the empty cells.
A sudoku solution must satisfy all of the following rules:
Each of the digits 1-9 must occur exactly once in each row.
Each of the digits 1-9 must occur exactly once in each column.
Each of the digits 1-9 must occur exactly once in each of the 9 3x3 sub-boxes of the grid.
The '.' character indicates empty cells.
Problem Link :
https://leetcode.com/problems/sudoku-solver/
I would like to be assign this issue :)
Can multiple persons be assigned on same problem. If yes, I would love to.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.