/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.

Primary LanguageRuby

Stargazers

No one’s star this repository yet.