/matrix-chain-multiplication

Optimum chain matrix product using dynamic programming.

Primary LanguageC++

matrix-chain-mult

The code determines the optimum number of operations to compute the product of matrices. The problem is obtained from the CLRS book, Introduction to Algorithms.