1.

Running time of Strassen’s algorithm is better than the naïve Theta(n^3) method.(a) True(b) FalseI had been asked this question during an interview.Origin of the question is Number Theory topic in division Number Theory of Data Structures & Algorithms II

Answer»

Correct ANSWER is (a) True

To explain: Strassen’s ALGORITHM requires only 7 recursive multiplications when compared with the naïve THETA(n^3) method which reuires 9 recursive multiplications to compute the product.



Discussion

No Comment Found

Related InterviewSolutions