- Two neighboring cells cannot contain the same digit.
 - 
              Each block contains unique digits from 1 to the size of the block.
              
For instance a 3 cell block contains digits 1, 2 and 3. 
Digits that do not follow those rules will be colored in red.
Each grid has only one solution.