Place numbers in the grid such that each row, column and 3x3 box contain the numbers 1 to 9. The distance between two digits in each row and column is specified. The order of these digits is from left to right or from top to bottom.
EXAMPLE:
UNIQUE SOLUTION:
2 comments:
This is a very exciting sudoku variation. I like it very much :-)
"he distance between two digits in each row and column is specified. The order of these digits is from left to right or from top to bottom."
Nope - do not understand this.
Post a Comment