Skip to content

Win32 developed GUI to solve sudoku puzzles in real-time. Visualize the puzzle being solved by a depth-first-search backtracking algorithm.

Notifications You must be signed in to change notification settings

esyywar/sudoku-solve-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-solve-GUI

This application is a graphical user interface which solves sudoku puzzles using the backtracking algorithm.

This algorithm is made to solve puzzles with a finite number of solutions. The process of the backtracking algorithm is visualized in real-time by this GUI.

The UI is made with Windows API (Win32). Users can enter their own sudoku or click File>Load Sudoku to load one of the 3 in local memory.

Adjust the speed slider and click 'Solve' to watch the algorithm in action! Speed can be adjusted as puzzle is being solved.

About

Win32 developed GUI to solve sudoku puzzles in real-time. Visualize the puzzle being solved by a depth-first-search backtracking algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages