ROSECODE 248
Polyominoes 2
For the definitions, see problem 247)
. Among all the 8-squares polyominoes, which ones can cover perfectly a rectangle?
(A polyomino covers perfectly a rectangle if we can tile without hole or overlap, the rectangle with multiple copies of that poylomino)
Answer format : comma separated list of canonical values (ascending order)
Example: 126,190,222,238,798,2110 // For covering a rectangle with 6-squares polyominoes
[My timing: 6 sec]
. Among all the 8-squares polyominoes, which ones can cover perfectly a
(A polyomino covers perfectly a rectangle if we can tile without hole or overlap, the rectangle with multiple copies of that poylomino)
Answer format : comma separated list of canonical values (ascending order)
Example: 126,190,222,238,798,2110 // For covering a
[My timing: 6 sec]