Skip to content

Commit b08c376

Browse files
committed
mend
1 parent c6b3857 commit b08c376

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

GAMES/sudoku_solver/readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
##Sudoku Solver GUI
1+
## Sudoku Solver GUI
22

3-
##Overview
3+
# Overview
44
This is a simple Sudoku Solver implemented in Python with a graphical user interface (GUI) using the Tkinter library. The Sudoku Solver allows you to input a Sudoku puzzle and then solves it using a backtracking algorithm. You can visualize the solution step by step on the GUI.
55

6-
##Features
6+
# Features
77
Interactive GUI: The Sudoku Solver features a user-friendly interface built with Tkinter, allowing you to input Sudoku puzzles and visualize the solution.
88
Backtracking Algorithm: The Sudoku Solver uses a backtracking algorithm to find the solution to the input puzzle.
99
Step-by-Step Solution: You can click the "Solve" button to start solving the Sudoku puzzle step by step, and observe how the solver fills in the cells.
1010

11-
##How to Run
11+
# How to Run
1212
Make sure you have Python installed on your system.
1313
Clone this repository or download the sudoku_solver.py file.
1414
Open a terminal or command prompt and navigate to the directory containing sudoku_solver.py.
1515
Run the command python sudoku_solver.py.
1616
The Sudoku Solver GUI window will open, allowing you to input Sudoku puzzles and visualize the solution.
1717

18-
##How to Use
18+
# How to Use
1919
When the Sudoku Solver GUI window opens, you'll see a 9x9 grid representing the Sudoku puzzle.
2020
enter value row by row in terminal ,empty space is denote by '0'.
2121
After entering the puzzle, click the "Solve" button to start solving the Sudoku puzzle.

0 commit comments

Comments
 (0)