Dynamic Programming21 sections · 916 units
Open in CourseQuiz: SOS DP Applications
Knowledge check
Check Your Understanding
Which of the following problems can be efficiently solved using SOS DP?
- A.For each mask, computing the sum of values over all subsets of that mask
- B.Finding the longest common subsequence
- C.Finding the minimum spanning tree
- D.Computing edit distance between two strings