InterviewSolution
Saved Bookmarks
| 1. |
Kadane’s algorithm is used to find ____________(a) Longest increasing subsequence(b) Longest palindrome subsequence(c) Maximum sub-array sum(d) Longest decreasing subsequenceThis 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 |
|
Answer» The CORRECT choice is (C) MAXIMUM sub-array sum |
|