order_wposs: order_wposs()

View source: R/order_wposs.R

order_wpossR Documentation

order_wposs()

Description

This function returns an ordred data frame by number of the possibilities for all the empty cells in the grid with index of row for the first column and index of column for the second column and the number of possibilities in third column

Usage

order_wposs(x)

Arguments

x

A sudoku grid

Value

data frame

Examples

order_wposs(x=grid_gen_cplt())

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