What is p in matrix chain multiplication in cormen
Answers
Answered by
0
Answer:
Matrix chain multiplication (or Matrix Chain Ordering Problem, MCOP) is an optimization problem that can be solved using dynamic programming. Given a sequence of matrices, the goal is to find the most efficient way to multiply these matrices.
Similar questions