Skip to content

katrothanil/Suduko-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Suduko-Solver

Sudoku solver is a mini project on data structures and algorithms .The core of Sudoku solvers is a back‐ tracking algorithm, such as the recursive depth‐first search algorithm.The algorithm tries to place numbers in empty cells while ensuring that the Sudoku rules are not violated. If it encounters a dead‐end or invalid con‐ figuration, it backtracks and tries a different value until a solution is found.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages