Skip to content

Repository files navigation

SudokuSolver

Java GUI Sudoku solver using backtracking for efficient puzzle solving. Input your board and get instant solutions!

Prerequisites

-Install Java JDK (version 8 or higher)

-Install an IDE (Eclipse, IntelliJ IDEA, or NetBeans)

Steps to Set Up the Project

Option 1: Using an IDE

-Clone or download the project:

or

bash

git clone https://github.com/ShaileshKharola/SudokuSolver.git

Or --download the ZIP file and extract it--

project folder name as SudokuSolver

-->Open the project in your IDE:

-In IntelliJ: File → Open → Select project folder

-In NetBeans: File → Open Project → Select project folder

-In VSCode: File → Open Project → Select project folder

Run the project:

Locate the main class (typically Main.java or SudokuSolver.java)

Right-click → Run As → Java Application

bash

->cd SudokuSolver

->javac SudokuSolverGUI.java

->java SudokuSolverGUI

project1

About

Java GUI Sudoku solver using backtracking for efficient puzzle solving. Input your board and get instant solutions!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages