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
Stargazers
No one’s star 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 one’s star this repository yet.