MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the above dynamic programming implementation of the maximum sum rectangle problem? |
| A. | O(row*col) |
| B. | O(row) |
| C. | O(col) |
| D. | O(row*col*col) |
| Answer» E. | |