1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. The dynamic programming implementation o...
Q.

The dynamic programming implementation of the maximum sum rectangle problem uses which of the following algorithm?

A. hirschberg’s algorithm
B. needleman-wunsch algorithm
C. kadane’s algorithm
D. wagner fischer algorithm
Answer» C. kadane’s algorithm
Explanation: the dynamic programming implementation of the maximum sum rectangle problem uses kadane’s algorithm.

Discussion