printSudoku: Print a Sudoku Grid to the Terminal.

View source: R/printSudoku.R

printSudokuR Documentation

Print a Sudoku Grid to the Terminal.

Description

Prints a Sudoku grid (a 9x9 matrix) to the terminal.

Usage

  printSudoku(z)

Arguments

z

A 9x9 numeric matrix, with '0' representing a blank cell.

Value

None; used for side effect.

Author(s)

David E. Brahm <brahm@alum.mit.edu>


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

Related to printSudoku in sudoku...