This is a simple Qt application developed in C++ to try the Qt framework. It serves as a experiment for setting up a development environment and implementing basic GUI components.
- User-friendly interface
- Supports manual input of Sudoku puzzles
- Solves puzzles using recursive backtracking algorithm
- Input your Sudoku puzzle in the provided grid.
- Click on the "Solve" button to find the solution.
- C++
- Qt Version 6.7.3