Computer Science, asked by aaryasuman1437, 1 year ago

Find out the maximum sub-array of non negative numbers from an array. The sub-array should be continuous. That is, a sub-array created by choosing the second and fourth element and skipping the third element is invalid. Maximum sub-array is defined in terms of the sum of the elements in the sub-array. Sub-array a is greater than sub-array b if sum(a) > sum(b).

Answers

Answered by Anonymous
0

maximum sub-array of non negative numbers from an array. The sub-array should be continuous. That is, a sub-array created by choosing the second and fourth element and skipping the third element is invalid. Maximum sub-array is defined in terms of the sum of the elements in the sub-array. Sub-array a is greater

Answered by Anonymous
0

Explanation:

maximum sub array with the importance of individual disks

Similar questions