Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.87 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.87 KB

9x9 Sudoku Solver 🔥

About Sudoku:

The objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contains all of the digits from 1 to 9. The puzzle setter provides a partially completed grid, which for a well-posed puzzle has a single solution.

Problem Solved in this Repository:

The Puzzel setter provides a partially solved Sudoku Puzzle, and the Program solves the Sudoku Puzzle.

Requirements:

python 3 or a higher version

Explanation:

To Understand the Program better check out Algorithm

Demo:

Input Output
1 2

Struck and Can't Contribute even if you want?

New to GitHub? Want to Learn everything about GitHub?

Check out 👇

We made this for making life easier for Sudoku Solvers. So if you are one of them do leave a star and also follow me for such interesting Repositories.