Loading practice questions
Which of the following methods can be used to solve the matrix chain multiplication problem?
Correct Answer: D — Dynamic Programming, Brute force, Recursion
Explanation:
Dynamic Programming, Brute force, Recursion methods can be used to solve the matrix chain multiplication problem.