Vidyalelo
Data Structure · Q484

Miscellaneous on Data Structures

Programming · Data Structure · question 484

Q484

What is the time complexity of the fastest known matrix multiplication algorithm?

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

Answer: Option B

Solution

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