W8CYE

Results 2 issues of W8CYE

Update flatten_array_test.go so that test cases will pass for both nil and empty slices. Some students have had problems where the test FAILS reporting [] != []: ``` === RUN...

saddle_points_test.go contains the following incorrect comment. ```go // Short cut! Have you already done the matrix exercise? // If it seems helpful, copy your code from the matrix exercise //...