|
|
|
|
|
by ynik
2220 days ago
|
|
It's only a single pattern.
Every solution has the 1,5,9,4,8,3,7,2,6 pattern (every step is +4 mod 9) in either the rows or the columns. 9 ways to transpose; 4 rotations, 2 for flipped or not. Multiply those, you get the full 72. |
|
I agree that 1,5,9,4,8,3,7,2,6 pattern rotations is there somewhere, either in the columns or the rows of a solution, but that don't make all solutions the same.