Sudoku-solver
This sudoku solver takes a string as the initial board configuration in the request body for the post request or as the path parameter for the get request and returns the result as a JSON object. The input is to be a 81 length string in an encoded format. Suppose initially the board contains none of the numbers placed then the input which should be given is "x81x" meaning that there are 81 empty…
Sudoku-solver endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
get-result-with-input-as-body-parameter / |
This endpoint takes the initial board configuration as the body parameter which is a JSON object having an input property and the value a string in an encoded format and returns… |
| GET |
get-result-with-input-as-path-parameter /{input} |
This endpoint takes the initial board configuration as the path parameter input in an encoded format and returns the result as a JSON object. Suppose the board is not initially… |
Sudoku-solver pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|