Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

🧩 Sudoku Solver (Java GUI)

📌 Description

A GUI-based Sudoku Solver built using Java Swing that solves 9x9 puzzles using backtracking with real-time animation.

🚀 Features

  • Interactive 9x9 grid
  • One-click solve
  • Animated solving visualization
  • Backtracking algorithm

🛠️ Tech Stack

  • Java
  • Swing (GUI)
  • Eclipse IDE

▶️ How to Run

  1. Open in Eclipse
  2. Run SudokuGUI.java
  3. Enter puzzle and click Solve

💡 Future Improvements

  • Add reset button
  • Add difficulty levels
  • Improve UI design

About

A GUI-based Sudoku Solver built using Java Swing that solves 9×9 Sudoku puzzles using a backtracking algorithm with real-time animated visualization. The application allows user input, validates constraints, and demonstrates recursive problem-solving through an interactive interface.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors