Python-Thunder icon indicating copy to clipboard operation
Python-Thunder copied to clipboard

Sudoku Solver

Open kaushalendra-pandey opened this issue 5 years ago • 2 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/

kaushalendra-pandey avatar Oct 30 '20 13:10 kaushalendra-pandey

I would like to be assign this issue :)

jsilva234 avatar Oct 30 '20 20:10 jsilva234

Can multiple persons be assigned on same problem. If yes, I would love to.

nitish771 avatar Nov 06 '20 14:11 nitish771

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Sep 28 '22 03:09 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Oct 13 '22 03:10 github-actions[bot]