Skip to content

Commit 8efa786

Browse files
committed
input format for configurations, blurb improvements
1 parent ed52a35 commit 8efa786

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

exercises/jigsaw-puzzle/canonical-data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"uuid": "42b3f426-1388-11f0-ab04-145afc5ea279",
105105
"description": "100 pieces configurations",
106106
"property": "jigsawConfigurations",
107-
"input": 100,
107+
"input": { "pieces": 100 },
108108
"expected": [
109109
{ "rows": 1, "columns": 100 },
110110
{ "rows": 2, "columns": 50 },
@@ -121,7 +121,7 @@
121121
"uuid": "4ad014ab-1388-11f0-8431-145afc5ea279",
122122
"description": "prime number of pieces",
123123
"property": "jigsawConfigurations",
124-
"input": 739,
124+
"input": { "pieces": 739 },
125125
"expected": [
126126
{ "rows": 1, "columns": 739 },
127127
{ "rows": 739, "columns": 1 }

exercises/jigsaw-puzzle/metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
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"
33
source = "atk just started another 1000-pieces jigsaw puzzle when this idea hit him"

0 commit comments

Comments
 (0)