davwood/largest-integers
A simple exercise to return the largest sum of contiguous integers in the array. Example: if the input is (-10, 2, 3, -2, 0, 5, -15), the largest sum is 8.
Ruby
No issues in this repository yet.
A simple exercise to return the largest sum of contiguous integers in the array. Example: if the input is (-10, 2, 3, -2, 0, 5, -15), the largest sum is 8.
Ruby
No issues in this repository yet.