Matrix Chain Ordering Problem

Matrix chain multiplication (or Matrix Chain Ordering Problem; MCOP) is an optimization problem. Given a sequence of matrices, the goal is to find the most efficient way to multiply these matrices.

Parameters

  • nn: number of matrices

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 3 of 3 algorithms

See more
T. C. Hu ; M. T. Shing1982O(nlogn)O(n \log n)O(n)O(n)
Dynamic Programming Algorithm (S. S. Godbole)1953O(n3)O(n^3)O(n2)O(n^2)
Brute Force1940O(4n)O(4^n)O(n)O(n)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table