powered by
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
bt_solver
solver(x)
A sudoku grid
The grid x solved
x
# NOT RUN { solver(x=grid_gen(46)) # }
Run the code above in your browser using DataLab