InterviewSolution
Saved Bookmarks
| 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 |
|