MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the brute force implementation of the maximum sum rectangle problem? |
| A. | O(n) |
| B. | O(n2) |
| C. | O(n3) |
| D. | O(n4) |
| Answer» E. | |