Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 139 Bytes

File metadata and controls

3 lines (2 loc) · 139 Bytes

Kadane's algorithm

Used to find the sum of contiguous subarray within a one-dimensional array of numbers which has the largest sum.