Computer Science, asked by sharmayukta1789, 10 months ago

Given an array arr[] of positive integers of size n. Reverse every sub-array of k group elements.

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

Similar questions