Consider a sequence of 14 elements: A = [-5, -10, 6, 3, -1, -2, 13, 4, -9, -1, 4, 12, -3, 0]. The subsequence sum S(i,j) = k=ij A[k] . Determine the maximum of S(i,j), where 0 i j < 14. (Divide and conquer approach may be used.) Answer: …
Topic-wise GATE CS PYQs with verified steps
