McqMate
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. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet