NbrPossiblite | R Documentation |
Le calcule du nombre de possibilité dans une case
NbrPossiblite(A, i, j)
A |
: une matrice |
i |
: l'indice du ligne |
j |
: l'indice du colonne |
: Le nombre de possibilté dans la case A[i,j]
AIT MOULAY ABDERRAHIM
A = Suduko() A= genererSoduko(A,50) NbrPossiblite(A , 3, 2 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.