Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/john-science/sudokualgos
A Java library to create Sudoku puzzles of desired difficulty.
https://github.com/john-science/sudokualgos
algorithms java java-library sudoku-generator sudoku-solver
Last synced: about 2 months ago
JSON representation
A Java library to create Sudoku puzzles of desired difficulty.
- Host: GitHub
- URL: https://github.com/john-science/sudokualgos
- Owner: john-science
- License: gpl-3.0
- Created: 2014-11-17T06:00:37.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-08-26T13:49:12.000Z (over 3 years ago)
- Last Synced: 2024-06-13T18:08:42.521Z (7 months ago)
- Topics: algorithms, java, java-library, sudoku-generator, sudoku-solver
- Language: Java
- Homepage:
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SudokuAlgos
===========> A Java library to create Sudoku puzzles of a desired difficulty.
## Abstract
SudokuAlgos is a collection of algorithms to create and solve Sudoku puzzles. The Sudoku puzzle can be solved arbitrarily for any starting position, given that the starting position obeys the three rules of Sudoku. Once any arbitrary Sudoku puzzle can be solved, it is possible to generate an original Sudoku puzzle of desired difficulty. The methods used in this library are based on several published papers in combination with original research. The focus of this API is to be easy to use, performant, and always mathematically correct.
## API
* TBA
## Documentation and Reserach
* TBA