Validation routines
Validation of either a row or a column.
Returns true if each digit in the 1D array appears only once
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in), | dimension(1:9) | :: | vector |
A row or a column |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | dimension(1:9) | :: | counters | |||
integer, | public | :: | i |