hintSudoku: Give a Hint for a Sudoku Cell

View source: R/hintSudoku.R

hintSudokuR Documentation

Give a Hint for a Sudoku Cell

Description

Generates a text string containing a 'hint' for cell (i,j) of Sudoku grid 'z'.

Usage

  hintSudoku(z, i, j)

Arguments

z

A 9x9 numeric matrix

i

Row index

j

Column index

Value

A character string, suitable for cat.

Author(s)

Greg Snow greg.snow@intermountainmail.org and David E. Brahm <brahm@alum.mit.edu>


sudoku documentation built on April 19, 2022, 5:09 p.m.

Related to hintSudoku in sudoku...