hintSudoku              package:sudoku              R Documentation

_G_i_v_e _a _H_i_n_t _f_o_r _a _S_u_d_o_k_u _C_e_l_l

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

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

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

       hintSudoku(z, i, j)

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

       z: A 9x9 numeric matrix

       i: Row index

       j: Column index

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

     A character string, suitable for 'cat'.

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

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

