printSudoku              package:sudoku              R Documentation

_P_r_i_n_t _a _S_u_d_o_k_u _G_r_i_d _t_o _t_h_e _T_e_r_m_i_n_a_l.

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

       printSudoku(z)

_A_r_g_u_m_e_n_t_s:

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

_V_a_l_u_e:

     None; used for side effect.

_A_u_t_h_o_r(_s):

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

