solver: solver()

View source: R/solver.R

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

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