Examveda

Given a 2D matrix, find a submatrix that has the maximum sum. Which of the following methods can be used to solve this problem?

A. Brute force

B. Recursion

C. Dynamic programming

D. Brute force, Recursion, Dynamic programming

Answer: Option D


Join The Discussion

Related Questions on Dynamic Programming in Data Structures