项目作者: thealifaisal

项目描述 :
Matrix chain multiplication (or Matrix Chain Ordering Problem, MCOP) is an optimization problem that can be solved using dynamic programming. Given a sequence of matrices, the goal is to find the most efficient way to multiply these matrices. The problem is not actually to perform the multiplications, but merely to decide the sequence of the matrix multiplications involved.
高级语言: C++
项目地址: git://github.com/thealifaisal/Matrix-Chain-Multiplication.git
创建时间: 2019-10-31T22:43:51Z
项目社区:https://github.com/thealifaisal/Matrix-Chain-Multiplication

开源协议:MIT License

下载