Let's solve them, here is the list.
- Longest Common Subsequence
- Shortest Common Supersequence
- Longest Increasing Subsequence problem
- The Levenshtein distance (Edit distance) problem
- Matrix Chain Multiplication
- 0–1 Knapsack problem
- Partition problem
- Rod Cutting
- Coin change problem
- Word Break Problem
- LONGEST COMMON SUBSEQUENCE
Understanding the question:
for each letter, we will check…