Skip to content

Generate a Sudoku puzzle following the game rules, and then solve it with a backtracking algorithm.

License

Notifications You must be signed in to change notification settings

a-patel02/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sudoku Generator and Solver

Generate a Sudoku puzzle with the game rules and then solve it with the backtracking algorithm.

Description

This project generates and prints out a randomly generated Sudoku puzzle that follow the set puzzle rules of the game. After the puzzle has been generated the project will try to solve the puzzle with the bracktracking method, if the puzzle can be solved it will print out the solved puzzle, and if the puzzle cannot be solved then and error message will be printed.

Getting Started

Installing

  • Download the project to your computer and open the SudokuGame folder with any Java compatible IDE's.

Executing program

  • Click run in your Java compatible IDE and watch the magic happen.

Authors

Abhi Patel Contact: [email protected]

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Generate a Sudoku puzzle following the game rules, and then solve it with a backtracking algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages