MCQOPTIONS
Saved Bookmarks
| 1. |
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. | All of the mentioned |
| Answer» E. | |