We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcdfc3 commit a6a7e10Copy full SHA for a6a7e10
exercises/saddle-points/description.md
@@ -8,11 +8,11 @@ So say you have a matrix like so:
8
1 2 3
9
|---------
10
1 | 9 8 7
11
-2 | 5 3 2 <--- saddle point at column 1, row 2, with value 5
+2 | 5 3 2 <--- saddle point at row 2, column 1, with value 5
12
3 | 6 6 7
13
```
14
15
-It has a saddle point at column 1, row 2.
+It has a saddle point at row 2, column 1.
16
17
It's called a "saddle point" because it is greater than or equal to
18
every element in its row and less than or equal to every element in
0 commit comments