Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
/ Recursive-Sudoku Public archive

Java program for solving a sudoku puzzle recursively

Notifications You must be signed in to change notification settings

trash4299/Recursive-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recursive-Sudoku

I am making a recursive Sudoku solver to compare against my non-recursive solver. I am making the recursion happen with a void method which is intersting and tough.

I want to format the GUI better so the 3x3 squares are more obvious and visually appealing. I also want to add timers so I can compare this to my non-recursive solver.

About

Java program for solving a sudoku puzzle recursively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages