Vidyalelo
Data Structure · Q142

Dynamic Programming in Data Structures

Programming · Data Structure · question 142

Q142

Find the maximum sub-array sum for the given elements. 2, -1, 3, -4, 1, -2, -1, 5, -4

A.
3
B.
5
Answer
C.
8
D.
6

Answer: Option B

Solution

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