Vidyalelo
Data Structure · Q146

Miscellaneous on Data Structures

Programming · Data Structure · question 146

Q146

What is the running time of Strassen's algorithm for matrix multiplication?

A.
O(n2.81)
Answer
B.
O(n3)
C.
O(n1.8)
D.
O(n2)

Answer: Option A

Solution

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