Skip to content

UVa 442

WinDaLex edited this page Jul 5, 2013 · 2 revisions

表面上这题是一道经典的DP题(矩阵链乘法,来自《算法导论》),但是其实只是一道解析运算式的问题。运用栈来解决矩阵运算即可。

Clone this wiki locally