Exercise 4.1.1
What does FIND-MAXIMUM-SUBARRAY return when all elements of $A$ are negative?
It will return a single-element array with the largest negative integer.
What does FIND-MAXIMUM-SUBARRAY return when all elements of $A$ are negative?
It will return a single-element array with the largest negative integer.