ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Given a 2D matrix, find a submatrix that has the maximum sum. Which of the following methods can be used to solve this problem?
Correct Answer: D — Brute force, Recursion, Dynamic programming
Brute force, Recursion and Dynamic programming can be used to find the submatrix that has the maximum sum.