solver {RSDK} | R Documentation |
solver()
Description
This function is a recurcive function that solves a given sudoku grid for shiny application and it is more
optimized than the backtraking solver on the function bt_solver
Usage
solver(x)
Arguments
x |
A sudoku grid |
Value
The grid x
solved
Examples
solver(x=grid_gen(46))
[Package RSDK version 1.0.1 Index]