Dynamic Programming21 sections · 916 units
Open in CourseQuiz: Monotonicity Implication
Why QI helps
Check Your Understanding
If a cost function satisfies quadrangle inequality, what can we conclude about optimal split points opt[i][j]?
- A.opt[i][j] = (i + j) / 2 always
- B.opt[i][j] depends only on length j - i
- C.opt[i][j-1] <= opt[i][j] <= opt[i+1][j]
- D.opt[i][j] is always the leftmost valid split