Kadane’s algorithm is used to find ____________
(a) Longest increasing subsequence
(b) Longest palindrome subsequence
(c) Maximum sub-array sum
(d) Longest decreasing subsequence
This question was addressed to me in quiz.
I would like to ask this question from Kadane’s Algorithm topic in division Dynamic Programming of Data Structures & Algorithms II