Skip to content

Mr-Beastman/sudokuSolver

Repository files navigation

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!

Releases

No releases published

Packages

No packages published