1.

How many recursive calls are there in Recursive matrix multiplication by Strassen’s Method?(a) 5(b) 7(c) 8(d) 4The question was asked by my school teacher while I was bunking the class.Question is taken from Recursion topic in chapter Recursion of Data Structures & Algorithms II

Answer»

Correct choice is (B) 7

The best EXPLANATION: For the MULTIPLICATION two square matrix recursively using Strassen’s Method, there are 7 recursive calls performed for high TIME complexity.



Discussion

No Comment Found

Related InterviewSolutions