We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
表面上这题是一道经典的DP题(矩阵链乘法,来自《算法导论》),但是其实只是一道解析运算式的问题。运用栈来解决矩阵运算即可。