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 2452725 commit 9f2afb9Copy full SHA for 9f2afb9
exercises/saddle-points/description.md
@@ -21,5 +21,7 @@ A matrix may have zero or more saddle points.
21
Your code should be able to provide the (possibly empty) list of all the
22
saddle points for any given matrix.
23
24
+The matrix can have different a number of rows and columns (Non square).
25
+
26
Note that you may find other definitions of matrix saddle points online,
27
but the tests for this exercise follow the above unambiguous definition.
0 commit comments