ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the space complexity of the divide and conquer algorithm used to find the maximum sub-array sum?
Correct Answer: B — O(1)
The divide and conquer algorithm uses a constant space. So, the space complexity is O(1).