/Sudoku-Solver

Sudoku is a 9X9 board game where the board is divided in 9 3X3 smaller boxes called regions. The puzzle setter partially solves the Sudoku and rest is upto the player. In this Repository we have got our very own Sudoku Solver where if you give the partially solved puzzle, the program solves it for you.

Primary LanguagePythonMIT LicenseMIT

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.