Following up the problem in 55305, you found the minimum number of multiplications needed to multiply a chain of matrices.
In this problem, you have to find out how many ways there exist to multiply the matrices.
For example, for ABC - there are two ways to parenthesize/multiply -- A(BC) or (AB)C.

Solution Stats

12 Solutions

9 Solvers

Last Solution submitted on Jul 09, 2024

Last 200 Solutions

Solution Comments

Show comments
Loading...