Skip to content

Program in python that solves sudoku puzzles automatically. The program takes an input grid representing an unsolved sudoku puzzle and use an algorithm to fill in the missing numbers.

Notifications You must be signed in to change notification settings

LakshayD02/Sudoku_Solver_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sudoku_Solver_Python

Program in python that solves sudoku puzzles automatically. The program takes an input grid representing an unsolved sudoku puzzle and use an algorithm to fill in the missing numbers.

It uses backtracking or other suitable techniques to explore possible solutions and find the correct arrangement of numbers for the puzzle. Once solved, the program displays the completed sudoku grid.

About

Program in python that solves sudoku puzzles automatically. The program takes an input grid representing an unsolved sudoku puzzle and use an algorithm to fill in the missing numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages