1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Which of the following methods can be us...
Q.

Which of the following methods can be used to solve the matrix chain multiplication problem?

A. dynamic programming
B. brute force
C. recursion
D. dynamic programming, brute force, recursion
Answer» D. dynamic programming, brute force, recursion
Explanation: dynamic programming, brute force, recursion methods can be used to solve the matrix chain multiplication problem.

Discussion