Sudoku Generator
Sudoku puzzle generator. See generate endpoint documentation for more infos.
2 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Sudoku Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate a Sudoku puzzle /sudoku/generate |
This endpoint gives the following guarantees: * The generator is deterministic, so calling the endpoint again with the same parameters, will yield the same puzzle. (except… |
| GET |
Solve a Sudoku puzzle /sudoku/solve |
This endpoint solves a given Sudoku puzzle. |