Solve Sudoku Puzzle
solve_sudoku_puzzleSolve a 9x9 Sudoku grid, or report why it cannot be solved.
Instructions
Solve an unsolved Sudoku grid, or report why it cannot be solved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid | Yes | A 9x9 Sudoku grid; 0 marks an empty cell. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| solution | Yes | ||
| conflicts | Yes | Populated only when status is conflicting_givens |