aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 160 forks source link

Sudoku Solver #360

Closed kaushalendra-pandey closed 1 year ago

kaushalendra-pandey commented 3 years ago

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/

jsilva234 commented 3 years ago

I would like to be assign this issue :)

nitish771 commented 3 years ago

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

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

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