Check if the whole grid is valid.
Returns true if a full grid is valid.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in), | dimension(9, 9) | :: | grid |
Sudoku grid. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | col | ||||
| integer, | public | :: | row |