Explanation: the time complexity of recursive multiplication of two square matrices by the divide and conquer method is found to be o(n3) since there are total of 8 recursive calls.
Q. What is the time complexity of matrix multiplied recursively by Divide and Conquer Method?
β
Correct Answer: (C)
o(n3)
Explanation by: Mr. Dubey
the time complexity of recursive multiplication of two square matrices by the divide and conquer method is found to be o(n3) since there are total of 8 recursive calls.
Discussion
Question Analytics
184
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
93%
Success Rate