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!)


Discussion

No Comment Found