order_wposs {RSDK} | R 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())
[Package RSDK version 1.0.1 Index]