Soduku Program For C++

hi delete this
Last edited on
Presumably, you would:

1) Define an array
2) Read the input file into the array
3) Call a function using the array as an argument
4) Test the return from the function. True is a valid solution, false otherwise.

Then by supplying various files you could determine which are valid solutions.

Try breaking the problem into definable steps.
NEVER MIND
Last edited on
Topic archived. No new replies allowed.