Vidyalelo
Data Structure · Q186

Dynamic Programming in Data Structures

Programming · Data Structure · question 186

Q186

In which of the following cases, the maximum sum rectangle is the 2D matrix itself?

A.
When all the elements are negative
Answer
B.
When all the elements are positive
C.
When some elements are positive and some negative
D.
When diagonal elements are positive and rest are negative

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board