Loading practice questions
In which of the following cases, the maximum sum rectangle is the 2D matrix itself?
Correct Answer: A — When all the elements are negative
Explanation:
When all the elements of a matrix are positive, the maximum sum rectangle is the 2D matrix itself.