Skip to content

Commit cfb6f03

Browse files
authored
Fix row values in saddle-points instructions (#2272)
1 parent 583de3e commit cfb6f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/saddle-points/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)