tracks/kotlin/exercises/saddle-points/README.md in trackler-2.2.1.13 vs tracks/kotlin/exercises/saddle-points/README.md in trackler-2.2.1.14
- old
+ new
@@ -24,10 +24,10 @@
saddle points for any given matrix.
Note that you may find other definitions of matrix saddle points online,
but the tests for this exercise follow the above unambiguous definition.
-
+
## Source
J Dalbey's Programming Practice problems [http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html](http://users.csc.calpoly.edu/~jdalbey/103/Projects/ProgrammingPractice.html)