is_valid | R Documentation |
Test une valeur si il est valide dans une case de la matrice
is_valid(A, i, j, n)
A |
: une matrice |
i |
: l'indice du ligne |
j |
: l'indice du colonne |
n |
; valeur rechercher |
: True si elle est pas valide, Sinon False
AIT MOULAY ABDERRAHIM
A = Suduko() A= genererSoduko(A,50) is_valid(A , 3, 2 , 3 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.