You are on page 1of 1

We have developed a program in C to solve Sudoku for 2x2 to 9x9 matrix!

the code will


ask for no of rows and columns at first,it means you have to add 2 by 2,or
3x3,or ...9x9,now give the inputs one by one,and after entering each i/p press enter,after
finishing giving i/ps,it will show the sudoku matrix,and you can verify,whether your
sodoku is correct or incorrect.And if incorrect,which column or row has the wrong i/p.An
example is shown with 3X3 matrix,you can try out with diff matrix even.

You might also like