1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Kadane’s algorithm uses which of the fol...
Q.

Kadane’s algorithm uses which of the following techniques?

A. divide and conquer
B. dynamic programming
C. recursion
D. greedy algorithm
Answer» B. dynamic programming
Explanation: kadane’s algorithm uses dynamic programming.

Discussion