Skip to content

Commit 9d057c5

Browse files
authored
Sync docs for practice exercise matrix (exercism#2455)
1 parent 834eb76 commit 9d057c5

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

exercises/practice/matrix/.docs/instructions.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Instructions
22

3-
Given a string representing a matrix of numbers, return the rows and columns of
4-
that matrix.
3+
Given a string representing a matrix of numbers, return the rows and columns of that matrix.
54

65
So given a string with embedded newlines like:
76

@@ -23,10 +22,8 @@ representing this matrix:
2322

2423
your code should be able to spit out:
2524

26-
- A list of the rows, reading each row left-to-right while moving
27-
top-to-bottom across the rows,
28-
- A list of the columns, reading each column top-to-bottom while moving
29-
from left-to-right.
25+
- A list of the rows, reading each row left-to-right while moving top-to-bottom across the rows,
26+
- A list of the columns, reading each column top-to-bottom while moving from left-to-right.
3027

3128
The rows for our example matrix:
3229

0 commit comments

Comments
 (0)