

MCQOPTIONS
Saved Bookmarks
1. |
What is the time complexity of matrix multiplied recursively by Divide and Conquer Method? |
A. | o(n) |
B. | o(n2) |
C. | o(n3) |
D. | o(n!) |
Answer» D. o(n!) | |