Skip to content

its-puneet/sudokusolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sudoku Solver using Backtracking Algorithm in Python

This project mainly focuses on solving sudoku puzzles with full accuracy as well as efficency. It uses backtracking algorithm to solve puzzles. GUI form of this code will be updated soon.

Language used-Python

Resources-Youtube

Backtracking algorithm-Backtracking is an algorithmic-technique for solving problems recursively by trying to build a solution incrementally, one piece at a time, removing those solutions that fail to satisfy the constraints of the problem at any point of time (by time, here, is referred to the time elapsed till reaching any level of the search tree).

About

Sudoku solver using Backtracking Algorithm in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages