1.

What is the time complexity of the following dynamic programming implementation of the matrix chain problem?

A. O(1)
B. O(n)
C. O(n2)
D. O(n3)View Answer
Answer» E.


Discussion

No Comment Found