Dynamic Programming21 sections · 916 units
Open in Course

Quiz: Matrix Chain Complexity

Understanding the cost

Check Your Understanding

What is the time complexity of Matrix Chain Multiplication using standard interval DP?

  1. A.O(n^3)
  2. B.O(n^2 log n)
  3. C.O(n^2)
  4. D.O(2^n)
Start the roadmap to answer the quizzes and solve the challenges