Skip to content

Commit 9d665f0

Browse files
authored
saddle-points: Fix row values in instructions (#1312)
1 parent 78b755e commit 9d665f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

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

0 commit comments

Comments
 (0)