Skip to content

Commit 05b2ee3

Browse files
[CI] Format code
1 parent 61fc95c commit 05b2ee3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

exercises/practice/saddle-points/.docs/instructions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Or it might have one, or even several.
1313
Here is a grid that has exactly one candidate tree.
1414

1515
1 2 3 4
16-
|-----------
17-
1 | 9 8 7 8
18-
2 | 5 3 2 4 <--- potential tree house at row 2, column 1, for tree with height 5
19-
3 | 6 6 7 1
16+
17+
|-----------
18+
1 | 9 8 7 8
19+
2 | 5 3 2 4 <--- potential tree house at row 2, column 1, for tree with height 5
20+
3 | 6 6 7 1
2021

2122
- Row 2 has values 5, 3, 2, and 4. The largest value is 5.
2223
- Column 1 has values 9, 5, and 6. The smallest value is 5.

0 commit comments

Comments
 (0)