InterviewSolution
Saved Bookmarks
| 1. |
What is the running time of Strassen’s algorithm for matrix multiplication?(a) O(n^2.81)(b) O(n^3)(c) O(n^1.8)(d) O(n^2)I got this question during an interview.I want to ask this question from Number Theory in chapter Number Theory of Data Structures & Algorithms II |
|
Answer» Correct answer is (a) O(n^2.81) |
|