maximum subarray problem

The maximum subarray problem is a computational task to determine the contiguous subarray within a given array of numbers that has the largest sum.

Requires login.