

MCQOPTIONS
Saved Bookmarks
1. |
What is the space complexity of the following recursive implementation? |
A. | O(1) |
B. | O(logn) |
C. | O(nlogn) |
D. | O(n!)View Answer |
Answer» B. O(logn) | |