Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scriptim/sudoku-solver
Automatically solve sudoku puzzles using nondeterministic backtracking algorithm
https://github.com/scriptim/sudoku-solver
puzzle puzzle-generator puzzle-solution puzzle-solver sudoku sudoku-generator sudoku-problem sudoku-puzzle sudoku-solution-finder sudoku-solver
Last synced: 9 days ago
JSON representation
Automatically solve sudoku puzzles using nondeterministic backtracking algorithm
- Host: GitHub
- URL: https://github.com/scriptim/sudoku-solver
- Owner: Scriptim
- License: other
- Created: 2017-12-02T18:53:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T15:13:36.000Z (over 6 years ago)
- Last Synced: 2024-11-06T10:41:07.890Z (about 2 months ago)
- Topics: puzzle, puzzle-generator, puzzle-solution, puzzle-solver, sudoku, sudoku-generator, sudoku-problem, sudoku-puzzle, sudoku-solution-finder, sudoku-solver
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SudokuSolver
Automatically solve [sudoku](https://en.wikipedia.org/wiki/Sudoku "Wikipedia") puzzles using nondeterministic backtracking algorithm
## Download
You can download the latest jar build from the [release
page](https://github.com/Scriptim/Sudoku-Solver/releases/latest "GitHub release page")