Q1123
What is the time complexity of matrix multiplied recursively by Strassen's Method?
A.
O(nlog7)
AnswerB.
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