Loading practice questions
What is the time complexity of the divide and conquer algorithm used to find the maximum sub-array sum?
Correct Answer: C — O(nlogn)
Explanation:
The time complexity of the divide and conquer algorithm used to find the maximum sub-array sum is O(nlogn).