1.

How many recursive calls are there in Recursive matrix multiplication through Simple Divide and Conquer Method?(a) 2(b) 6(c) 9(d) 8I had been asked this question in exam.Asked question is from Recursion in chapter Recursion of Data Structures & Algorithms II

Answer»

Correct choice is (d) 8

For explanation: For the multiplication two square matrix recursively USING Simple DIVIDE and Conquer METHOD, there are 8 recursive calls PERFORMED for high time complexity.



Discussion

No Comment Found

Related InterviewSolutions