You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sync brought in new docs and a new test to tests.toml
When regenerating the test suite I removed some blank lines
that I didn't feel were adding any readability.
Copy file name to clipboardExpand all lines: exercises/practice/transpose/.docs/instructions.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ BE
17
17
CF
18
18
```
19
19
20
-
Rows become columns and columns become rows. See <https://en.wikipedia.org/wiki/Transpose>.
20
+
Rows become columns and columns become rows.
21
+
See [transpose][].
21
22
22
23
If the input has rows of different lengths, this is to be solved as follows:
23
24
@@ -55,5 +56,6 @@ BE
55
56
```
56
57
57
58
In general, all characters from the input should also be present in the transposed output.
58
-
That means that if a column in the input text contains only spaces on its bottom-most row(s),
59
-
the corresponding output row should contain the spaces in its right-most column(s).
59
+
That means that if a column in the input text contains only spaces on its bottom-most row(s), the corresponding output row should contain the spaces in its right-most column(s).
0 commit comments