Vidyalelo
Data Structure · Q287

Dynamic Programming in Data Structures

Programming · Data Structure · question 287

Q287

Find the maximum sub-array sum for the following array: 3, 6, 7, 9, 3, 8

A.
33
B.
36
Answer
C.
23
D.
26

Answer: Option B

Solution

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