Learn R Programming

RSDK (version 1.0.1)

solver: 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

Run this code
# NOT RUN {
solver(x=grid_gen(46))
# }

Run the code above in your browser using DataLab