/Sudoku_Solver

The goal of the game is to assign digits (1 - 9) to the empty cells so that every row, column, and sub grid of size 3×3 contains exactly one instance of the digits from 1 to 9. The solution of the game is implemented using Backtracking algorithm.

Primary LanguagePython

Stargazers

No one’s star this repository yet.