Skip to content

The solver employs a recursive backtracking algorithm to systematically explore possible solutions, efficiently navigating through the puzzle space.

Notifications You must be signed in to change notification settings

khanyicode/Sudoku_game_using_Recursion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Sudoku Solver

Sudoku Solver is a simple Python program that solves Sudoku puzzles and provides a graphical user interface (GUI) for visualizing the solution.

Table of Contents

Features

  • Sudoku Solver Algorithm: Utilizes a backtracking algorithm to solve Sudoku puzzles.
  • Tkinter GUI: Provides a basic graphical user interface for visualizing the Sudoku board and solution.

Requirements

  • Python 3.x
  • Tkinter (included with most Python installations)

How to Use

  1. Clone or download the repository to your local machine.

  2. Open a terminal or command prompt and navigate to the project directory.

  3. Run the program.

About

The solver employs a recursive backtracking algorithm to systematically explore possible solutions, efficiently navigating through the puzzle space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages