TestSuduko | R Documentation |
Test la solution du Suduko si elle est valide ou non
TestSuduko(A)
A |
: une matrice |
: True si la solution est valide, sinon False
AIT MOULAY ABDERRAHIM
A = Suduko() A= genererSoduko(A,50) TestSuduko (A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.