Skip to content

Solving any given valid Sudoku board using the backtracking algorithm

Notifications You must be signed in to change notification settings

alihaiderrizvi/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Description:

  • A python program that randomly generates a solvable Sudoku board and also solves it using the backtracking algorithm.
  • The program also shows the steps followed by the algorithm through a GUI. This helps in visualizing how the algorithm works.

How to Run:

  • Head to the directory where the program is saved in the terminal.
  • Enter pip install -r requirements.txt
  • Wait for the dependencies to install.
  • Now enter python Sudoku_Solver.py

Demo:

About

Solving any given valid Sudoku board using the backtracking algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages