Vidyalelo
Data Structure · Q182

Dynamic Programming in Data Structures

Programming · Data Structure · question 182

Q182

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

A.
3
B.
6
C.
12
Answer
D.
18

Answer: Option C

Solution

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