To complete a Sudoku grid you must fill all the empty squares with numbers from 1 to 9 while respecting the following 3 rules:
The same row of 9 boxes must not contain the same number twice.
The same column of 9 boxes must not contain the same number twice.
The same small square of 9 boxes (3x3) must not contain the same number twice.