There was an error while loading. Please reload this page.
1 parent 78b755e commit 9d665f0Copy full SHA for 9d665f0
1 file changed
exercises/practice/saddle-points/.docs/instructions.md
@@ -18,7 +18,7 @@ Here is a grid that has exactly one candidate tree.
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
20
21
-- Row 2 has values 5, 3, and 1. The largest value is 5.
+- Row 2 has values 5, 3, 2, and 4. The largest value is 5.
22
- Column 1 has values 9, 5, and 6. The smallest value is 5.
23
24
So the point at `[2, 1]` (row: 2, column: 1) is a great spot for a tree house.
0 commit comments