/Maximum-subarray-sum

Find the sub-array that has the greatest value when all of its elements are summed together.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Maximum-subarray-sum

Given an array of integers, the goal is to efficiently find the subarray that has the greatest value when all of its elements are summed together.