Skip to content

This is a Sudoku solving program repository. It contains a set of programs that can successfully solve a Sudoku provided that the solution exists. Each program implements a different algorithm with different time complexities. A input file is also included to test for the potential inputs.

Notifications You must be signed in to change notification settings

nikhilmudholkar/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku-Solver

This is a Sudoku solving program repository. It contains a set of programs that can successfully solve a Sudoku provided that the solution exists. Each program implements a different algorithm with different time complexities. A input file is also included to test for the potential inputs. Time complexity analysis will be done here.

About

This is a Sudoku solving program repository. It contains a set of programs that can successfully solve a Sudoku provided that the solution exists. Each program implements a different algorithm with different time complexities. A input file is also included to test for the potential inputs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages