algorithms
algorithms copied to clipboard
Added Largest Sum of Contiguous Subarray Algorithm.
Largest Sum of Contiguous Subarray with parameters for handling extreme negative values.
Is this kadane's algorithm?. Also, could you add some tests for the algorithm (Add them on the test folder on the corresponding file), and update the readme?
Yes this is kadane's algo. I'll add some tests and update the readme.