ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the time complexity of the divide and conquer algorithm used to find the maximum sub-array sum?
Correct Answer: C — O(nlogn)
The time complexity of the divide and conquer algorithm used to find the maximum sub-array sum is O(nlogn).