Skip to content

Commit 3b1525d

Browse files
AlexhansAlex Hans (Alex Guglielmone Nemi)
authored andcommitted
saddle-points: Update description to explicitly cover non square matrices
1 parent 2452725 commit 3b1525d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/saddle-points/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ A matrix may have zero or more saddle points.
2121
Your code should be able to provide the (possibly empty) list of all the
2222
saddle points for any given matrix.
2323

24+
The matrix can have a different number of rows and columns (Non square).
25+
2426
Note that you may find other definitions of matrix saddle points online,
2527
but the tests for this exercise follow the above unambiguous definition.

0 commit comments

Comments
 (0)