Tagged Questions
-5
votes
1answer
125 views
Knowing if the solutions given to form a Sudoku Board is valid or not, using 2d arrays
Suppose that the user entered 81 numbers and the program, 9x9 sudoku board, that I'll make will tell that, "the solution you entered is valid" or otherwise. How can I check each element in the row if ...