0
3.9kviews
Explain Maximum subarray problem. How it is resolved by divide and conquer algorithm. Also analyze your algorithm.
1 Answer
3
267views

Maximum Subarray Problem

  • The Maximum Subarray Problem finds out the series of contiguous elements with the maximum sum in any given array.
  • If all the elements in an array are positive then it is easy, to find the sum of all the elements of the array and it has the …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.