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