isTopEnd

Checks if the box is in the top-right corner of the Sudoku grid.

Return

true if the box is in the top-right corner; otherwise, false.

Parameters

dimension

The dimension of the Sudoku grid.


Checks if the cell is in the top-end corner of the Sudoku grid.

Return

true if the cell is in the top-end corner; otherwise, false.

Parameters

dimension

The dimension of the Sudoku grid.