mndxpnsn / matrix-chain-mult

Determining the optimum number of operations of a product of matrices using dynamic programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Determining the optimum number of operations of a product of matrices using dynamic programming.


Languages

Language:C++ 100.0%