You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: GAMES/sudoku_solver/readme.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
-
##Sudoku Solver GUI
1
+
##Sudoku Solver GUI
2
2
3
-
##Overview
3
+
#Overview
4
4
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.
5
5
6
-
##Features
6
+
#Features
7
7
Interactive GUI: The Sudoku Solver features a user-friendly interface built with Tkinter, allowing you to input Sudoku puzzles and visualize the solution.
8
8
Backtracking Algorithm: The Sudoku Solver uses a backtracking algorithm to find the solution to the input puzzle.
9
9
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.
10
10
11
-
##How to Run
11
+
#How to Run
12
12
Make sure you have Python installed on your system.
13
13
Clone this repository or download the sudoku_solver.py file.
14
14
Open a terminal or command prompt and navigate to the directory containing sudoku_solver.py.
15
15
Run the command python sudoku_solver.py.
16
16
The Sudoku Solver GUI window will open, allowing you to input Sudoku puzzles and visualize the solution.
17
17
18
-
##How to Use
18
+
#How to Use
19
19
When the Sudoku Solver GUI window opens, you'll see a 9x9 grid representing the Sudoku puzzle.
20
20
enter value row by row in terminal ,empty space is denote by '0'.
21
21
After entering the puzzle, click the "Solve" button to start solving the Sudoku puzzle.
0 commit comments