Help with Java : creating a sudoku?
Hi.
I am currently working on a Sudoku using Java, and I'd like to write a function that returns a boolean and would check whether a grid is filled or not.
However, this is my first time with Java, and I am not sure how to proceed.
Help please!