algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Added Largest Sum of Contiguous Subarray Algorithm.

Open divakar-lakhera opened this issue 5 years ago • 2 comments

Largest Sum of Contiguous Subarray with parameters for handling extreme negative values.

divakar-lakhera avatar Aug 19 '20 20:08 divakar-lakhera

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?

ericklarac avatar Aug 19 '20 23:08 ericklarac

Yes this is kadane's algo. I'll add some tests and update the readme.

divakar-lakhera avatar Aug 20 '20 11:08 divakar-lakhera