Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 710 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 710 Bytes

Sudoku Solver

A test of recursive backtracking and QT development

Overview

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.

Features

  • User-friendly interface
  • Supports manual input of Sudoku puzzles
  • Solves puzzles using recursive backtracking algorithm

Usage

  • Input your Sudoku puzzle in the provided grid.
  • Click on the "Solve" button to find the solution.

image\

Technologies Used

  • C++
  • Qt Version 6.7.3

Comments feedback and suggestions welcome!