ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The dynamic programming implementation of the maximum sum rectangle problem uses which of the following algorithm?
Correct Answer: C — Kadane's algorithm
The dynamic programming implementation of the maximum sum rectangle problem uses Kadane's algorithm.