check_grid | R Documentation |
This function checks if a 9 by 9 grid is a complete sudoku grid (each number appear only once in its row,column and box )
check_grid(x)
x |
A sudoku grid |
True if x is a cpmlete sudoku grid False if x is not
check_grid(x=grid_gen_cplt()) check_grid(x=grid_gen(54))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.