grid_gen {RSDK} | R Documentation |
grid_gen()
Description
This function generates a sudoku grid with a given number for the emty cells
Usage
grid_gen(t)
Arguments
t |
The number of the emty cells |
Value
A sudoku grid with t
empty cells
Examples
Grid_45 = grid_gen(45)
[Package RSDK version 1.0.1 Index]