Vidyalelo
Data Structure · Q241

Dynamic Programming in Data Structures

Programming · Data Structure · question 241

Q241

Consider the 2×2 matrix -1,-2,-3,-4. What is the sum of elements of the maximum sum rectangle?

A.
0
B.
-1
Answer
C.
-7
D.
-12

Answer: Option B

Solution

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