Skip to content

Latest commit

 

History

History
19 lines (7 loc) · 1.06 KB

README.md

File metadata and controls

19 lines (7 loc) · 1.06 KB

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