1.

Strassen’s matrix multiplication algorithm follows ___________ technique.(a) Greedy technique(b) Dynamic Programming(c) Divide and Conquer(d) BacktrackingThe question was posed to me by my college professor while I was bunking the class.This interesting question is from Number Theory in division Number Theory of Data Structures & Algorithms II

Answer»

Right answer is (c) Divide and Conquer

Best explanation: Strassen’s matrix multiplication algorithm follows divide and conquer technique. In this algorithm the input matrices are divided into n/2 X n/2 sub matrices and then the RECURRENCE RELATION is applied.



Discussion

No Comment Found

Related InterviewSolutions