Given the following input sequence: {-2, 1, -3,4,-1, 2, 1,-5, 4, using Kadane's algorithm find the maximum sub-array sum
Posted: Sat Nov 27, 2021 10:40 am
Given the following input sequence: {-2, 1, -3,4,-1, 2, 1,-5, 4, using Kadane's algorithm find the maximum sub-array sum. Answer: