Skip to content

This is the 9x9 sudoku solver written by me in Python.

Notifications You must be signed in to change notification settings

Lucry01111/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Sudoku Generator & Solver 🧩

This my Python project generates and solves Sudoku puzzles. Here are the main features of the code:

🎲 Features

  • Sudoku Generation: The code creates a random Sudoku puzzle with four difficulty levels:

    • Easy 🟢
    • Medium 🟡
    • Hard 🟠
    • Extreme 🔴
  • Visualization: Upon execution, two windows will open:

    1. Original Sudoku Window 🧩: Displays the puzzle in its initial, unsolved state.
    2. Solution Window ✔️: Shows the complete solution of the Sudoku puzzle.
  • Solving Time: For Sudoku puzzles with Extreme difficulty 🔴, solving can take a few minutes due to the puzzle's complexity.

  • Validity: Although the code aims to generate valid puzzles, there may be rare instances of invalid Sudoku puzzles ❌.

About

This is the 9x9 sudoku solver written by me in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages