POJ 2246 ZOJ 1094 Matrix Chain Multiplication(简单题)
摘要:
Matrix Chain MultiplicationTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 1678Accepted: 1080DescriptionSuppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is 阅读全文
posted @ 2012-09-10 20:57 kuangbin 阅读(525) 评论(0) 推荐(0)