View source: R/Sudoku_solver.R
solve_sudoku1 | R Documentation |
Solver Sudoku
solve_sudoku1(M)
M |
matrice de Sudoku incomplete |
retourne la solution sous forme matricielle
solve_sudoku1(Grille_incomplete(Sudoku(),30))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.