Introduction - If you have any usage issues, please Google them yourself
Sudoku is a popular logic puzzle. The purpose of the game is to fill the 9 by 9 matrix with numbers 1 to 9 and meet the following constraints:
1. Each row has no duplicated numbers,
2. Each column has no duplicated numbers,
3. Each 3 by 3 submatrix has no duplicated numbers.