Skip to content

Solves sudoku puzzles given by the user through a GUI

Notifications You must be signed in to change notification settings

Juda77/SudokuPuzzleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Java program which takes a sudoku puzzle from the user through a GUI(graphical user interface) and solves it, then presents the solution to the user. It solves sudoku puzzles through a recursive backtracking algorithm, and it uses the Swing API to create a GUI to display the sudoku board and solved puzzle.

Optimizations to be incorporated later:

About

Solves sudoku puzzles given by the user through a GUI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages