

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of the divide and conquer algorithm used to find the maximum sub-array sum? |
A. | O(n) |
B. | O(1) |
C. | O(n!) |
D. | O(n2) |
Answer» C. O(n!) | |