Sudoku Solver

You can partially fill the board this way.
- Only numbers from 1 to 9 can be entered in the block.
- Digits can occur only once in each row
- Digits can occur only once in each column
- A digit can occur only once in a smaller block (smaller blocks of 3 x 3)