Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 161 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 161 Bytes

Description

This program implements Kadane's algorithm to find the subarray within a given array that has the maximum sum.

Example