Комментарии

This is my recursive approach plz tell me whether it is correct or not. https://github.com/wargraver/CODES/blob/master/Dynamic%20Programming/Modified_mcm.cpp

Matrix Chain Multiplication

This can be solved using modified version of MCM.Like u have to find an optimal way to split up the sum so that the cost can be minimum.