Skip to content

Sudoku Solver using BackTracking & CSP with C++, Python and C#

Notifications You must be signed in to change notification settings

SajjadAemmi/SudokuAI

Repository files navigation

SudokuAI

Python application

Sudoku Solver using Constraint Satisfaction Problem (CSP) solutions and BackTracking.


Python

The python version of this program uses the pyside6 library to design the user interface.

ScreenShot

Process time
Normal Sudoku 0.002s
Hardest Sudoku 19.7s

Usage

First install requirements packages:

pip install -r requirements.txt

Then you can run the program:

python main.py

C++


ToDo

  • C++
  • Python
  • C#
  • javaScript

About

Sudoku Solver using BackTracking & CSP with C++, Python and C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published