Skip to content

Commit e14a7bf

Browse files
committed
Rename to piecing-it-together
1 parent c350cca commit e14a7bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exercises/jigsaw-puzzle/canonical-data.json renamed to exercises/piecing-it-together/canonical-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"exercise": "jigsaw-puzzle",
2+
"exercise": "piecing-it-together",
33
"comments": [
44
"For the aspect ratio, rational numbers can be used for languages without",
55
"IEEE-754 support. Their representation depends on the track (e.g., a tuple like",

exercises/jigsaw-puzzle/introduction.md renamed to exercises/piecing-it-together/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
Your best friend has started collecting jigsaw puzzles and wants to build a detailed catalog of their collection — recording information such as the total number of pieces, the number of rows and columns, the number of border and inside pieces, aspect ratio, and puzzle format.
44
Even with your powers combined, it takes multiple hours to solve a single jigsaw puzzle with one thousand pieces — and then you still need to count the rows and columns and calculate the remaining numbers manually.
5-
The even larger puzzles with multiple thousand pieces look quite daunting now.
5+
The even larger puzzles with multiple thousand pieces look quite daunting now.
66
"There has to be a better way!" you exclaim and sit down in front of your computer to solve the problem.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title = "Jigsaw Puzzle"
1+
title = "Piecing It Together"
22
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"
4-
source_url = "https://github.com/exercism/problem-specifications/pull/2554"
4+
source_url = "https://github.com/exercism/problem-specifications/pull/2554"

0 commit comments

Comments
 (0)