/SudokuSolver

C++ sudoku solver with wxWidgets

Primary LanguageC++

SudokuSolver

C++ sudoku solver with wxWidgets. Just enter the grid into the boxes and press solve. Invalid inputs will default to blank.

Compilaition

cmake with wxWidgets installed. WXWIN enviornment variable must be defined so the library can be located.