Vidyalelo
Data Structure · Q742

Miscellaneous on Data Structures

Programming · Data Structure · question 742

Q742

What is the running time of naive matrix multiplication algorithm?

A.
O(n2.81)
B.
O(n4)
C.
O(n)
D.
O(n3)
Answer

Answer: Option D

Solution

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