DP6: Matrix Chain Multiplication

San Skulrattanakulchai

October 16, 2018

Background

Parenthesization

Problem

Dynamic Programming Solution

Optimal Substructure Property

Example m(i, j) Table

MISSING PICTURE OF m(i,j) TABLE 

Algorithm

Quiz

Running Time