Skip to content

Commit 73d2d50

Browse files
committed
saddle-points: Fix row values in instructions
exercism/problem-specifications#2272
1 parent 664e98f commit 73d2d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Here is a grid that has exactly one candidate tree.
1919
2 | 5 3 2 4 <--- potential tree house at row 2, column 1, for tree with height 5
2020
3 | 6 6 7 1
2121

22-
- Row 2 has values 5, 3, and 1. The largest value is 5.
22+
- Row 2 has values 5, 3, 2, and 4. The largest value is 5.
2323
- Column 1 has values 9, 5, and 6. The smallest value is 5.
2424

2525
So the point at `[2, 1]` (row: 2, column: 1) is a great spot for a tree house.

0 commit comments

Comments
 (0)