Skip to content

A Sudoku solver written with VBA and SQL that uses a backtracking algorithm to solve sudoku puzzles of any difficulty level.

Notifications You must be signed in to change notification settings

shivani-mehan/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Sudoku-Solver

A Sudoku solver written with VBA and SQL that uses a backtracking algorithm to solve sudoku puzzles of any difficulty level. It identifies the difficulty level of the solved puzzle and calculates, as well as keeps track of, the time it took to finish each puzzle.

screen shot 2019-01-06 at 1 21 11 am

screen shot 2019-01-06 at 1 21 32 am

screen shot 2019-01-06 at 1 22 01 am

A Microsoft Access database is continuously updated with the tracked time and corresponding difficulty level of each solved puzzle using SQL, which then reads back into the application in the form of charts and statistics.

screen shot 2019-01-06 at 1 25 39 am

About

A Sudoku solver written with VBA and SQL that uses a backtracking algorithm to solve sudoku puzzles of any difficulty level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published