| 1 | Longest Common Subsequence | (DP - 25) |    | | |
| 2 | Print Longest Common Subsequence | (DP - 26) |   | | |
| 3 | Longest Common Substring | (DP - 27) |   | | |
| 4 | Longest Palindromic Subsequence | (DP-28) |    | | |
| 5 | Minimum insertions to make string palindrome | DP-29 |    | | |
| 6 | Minimum Insertions/Deletions to Convert String | (DP- 30) |    | | |
| 7 | Shortest Common Supersequence | (DP - 31) |    | | |
| 8 | Distinct Subsequences| (DP-32) |    | | |
| 9 | Edit Distance | (DP-33) |    | | |
| 10 | Wildcard Matching | (DP-34) |    | | |