grid_gen: grid_gen()

View source: R/grid_gen.R

grid_genR 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)

RSDK documentation built on March 18, 2022, 5:08 p.m.