You also need to specify the sizes of the sub-groups in the board (like the nine 3x3 sub-groups in the usual 9x9 sudoku board). Anyways, backtracking is a good option.
On Dec 6, 5:05 pm, Vishnutej <[email protected]> wrote: > Can anyone tell me how to write a generic code for any board size of sudoku? > I mean we can write code for a normal 9x9 sudoku board..What about > 16x16,25x25.......?? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
