Skip to content

Sudoku solver and game made in Java.

License

Notifications You must be signed in to change notification settings

mcfadd/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

A simple sudoku solver and puzzle generator that uses a modified/slightly more efficient backtracking algorithm. Sudoku Solver is guaranteed to find solutions to any legitimate sudoku.

Current Features:

  • Solve (only one solution is found)
  • Generate
  • Save
  • Load

Future Features:

Statistical analysis of puzzles - I think it would be interesting to figure out how many possible solutions there are given a puzzle.

Feel free to contribute to the project!

About

Sudoku solver and game made in Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages