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