For the sample, why the answer "(2)(1 1)" is 3x2 but not 2x2?
Set2: 2 1 1 0
dimensions: 3 x 2(2) (1 1)
_ _|_ _||_|_|
Thank you
(2) (1,1) will end up to be 3 rows and 2 columns. Hence the dimension is 3x2 and not 2x2.
Thanks-Rama
It seems we have to divide it into "squares". so (2) is 2x2 and (1 1) is 1*2(2)(1 1) is 3x2