Vidyalelo
Data Structure · Q201

Dynamic Programming in Data Structures

Programming · Data Structure · question 201

Q201

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

A.
13
B.
16
C.
14
Answer
D.
19

Answer: Option C

Solution

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