...

/

Challenge: Finding the Largest Sum Subarray

Challenge: Finding the Largest Sum Subarray

In this challenge, we’ll find a subarray whose elements sum up to the largest value.

Problem

Given an array of positive and negative integers, find a contiguous subarray whose sum (sum of its elements) is the ...