File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 104
104
"uuid" : " 42b3f426-1388-11f0-ab04-145afc5ea279" ,
105
105
"description" : " 100 pieces configurations" ,
106
106
"property" : " jigsawConfigurations" ,
107
- "input" : 100 ,
107
+ "input" : { "pieces" : 100 } ,
108
108
"expected" : [
109
109
{ "rows" : 1 , "columns" : 100 },
110
110
{ "rows" : 2 , "columns" : 50 },
121
121
"uuid" : " 4ad014ab-1388-11f0-8431-145afc5ea279" ,
122
122
"description" : " prime number of pieces" ,
123
123
"property" : " jigsawConfigurations" ,
124
- "input" : 739 ,
124
+ "input" : { "pieces" : 739 } ,
125
125
"expected" : [
126
126
{ "rows" : 1 , "columns" : 739 },
127
127
{ "rows" : 739 , "columns" : 1 }
Original file line number Diff line number Diff line change 1
1
title = " Jigsaw Puzzle"
2
- blurb = " Calculating the number of certain pieces (row/column/border/inside/etc.) of a jigsaw puzzle "
2
+ blurb = " Fill in missing jigsaw puzzle details from partial data "
3
3
source = " atk just started another 1000-pieces jigsaw puzzle when this idea hit him"
You can’t perform that action at this time.
0 commit comments