Skip to content

Python-based Sudoku solver that uses recursion and backtracking to efficiently find solutions to any valid Sudoku puzzle.

Notifications You must be signed in to change notification settings

PrashantMhrzn/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

This is a Python-based Sudoku solver that uses recursion and backtracking to efficiently find solutions to any valid Sudoku puzzle. The solver can handle standard 9x9 Sudoku grids and provides a step-by-step solution using a depth-first search algorithm.

Features

  • Solves any valid 9x9 Sudoku puzzle
  • Uses recursive backtracking to efficiently fill the grid
  • Simple command-line interface
  • Optimized for performance

Installation

Ensure you have Python (3.x) installed on your system.

Clone this repository

git clone https://github.com/PrashantMhrzn/Sudoku-Solver.git

Navigate into the project directory

cd Sudoku-Solver

Usage

Run the solver using the following command:

python render.py

About

Python-based Sudoku solver that uses recursion and backtracking to efficiently find solutions to any valid Sudoku puzzle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages