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