Skip to content

mkano9/sudoku-solver-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver


Developer: Miga
Version:�@1.1
11/22/2012

This Java program will validate and solve Sudoku. If you have a Sudoku problem on your hands that you cannot solve, you can type those numbers in and let the program solve.


*How to use*
  • Arrow keys: navigate through cells
  • 1-9 keys: input
  • Backspace key: erase your input
  • Submit button: Checks whether the Sudoku is complete or not.
  • Solve button: Generates a solution from current state.
  • Erase button: Erases all cells except preset cells.
  • Erase All button: Erases all of the cells.
  • Preset button: Make filled cells fixed.

*Changelog*
  • 06/14/2013 v1.1 attempted to clean the code.
  • 11/22/2012 v1.0 released.

About

GUI program that solves sudoku - Written for practice(2012)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages