Vidyalelo
Data Structure · Q1123

Miscellaneous on Data Structures

Programming · Data Structure · question 1123

Q1123

What is the time complexity of matrix multiplied recursively by Strassen's Method?

A.
O(nlog7)
Answer
B.
O(n2)
C.
O(n3)
D.
O(n!)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board