Prakesh Ramanan (Approximate MCOP Matrix Chain Multiplication)

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(log^{4} n)$

Space Complexity

$O(n)$? words

(Derived: $n$ subtrees and each one has a $O(1)$ size trunk)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

CREW PRAM

Year

1996

Reference

https://epubs.siam.org/doi/abs/10.1137/0225039