View source: R/Resolution_Sudoku.R
bloc_ij | R Documentation |
Bloc d'une case du Sudoku
bloc_ij(i, j)
i |
entier entre 1 et 9 |
j |
entier entre 1 et 9 |
retourne les coordonnees i_1,j_1 du premier element du bloc (9 elements) auquel appartient la case de coordonnees i,j
bloc_ij(2,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.