Skip to content

Commit 66b1cef

Browse files
committed
improve explanation
1 parent 27cbb8b commit 66b1cef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

exercises/jigsaw-puzzle/instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ The full information about the jigsaw puzzle contains the following parts:
1212

1313
For a puzzle in `globe` format, assume an aspect ratio of 1.0.
1414

15-
Spoilt by the comfort of your helper, your friend now no longer wants to count border pieces.
16-
To help with estimating, you take the number of pieces and return a list of the possible numbers of rows and columns.
15+
After a short while, your friend found out that entering the number of pieces, the number of border pieces and the format was the fastest way to get all the information for their collection catalogue with the least amount of manual work.
16+
17+
But your friend has grown tired of counting border pieces.
18+
To help with estimating the information of their puzzles, you should take the number of pieces and return all the possible numbers of rows and columns.
1719

1820
Start with the lowest number of rows and work your way up from there.
1921
While a single-row jigsaw puzzle might be a strange novelty, it is theoretically possible, so you should include this case.

0 commit comments

Comments
 (0)