ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the time complexity of the brute force implementation of the maximum sum rectangle problem?
Correct Answer: D — O(n^{4})
The time complexity of the brute force implementation of the maximum sum rectangle problem is O(n^{4}).