Question: Which dynamic programming approach is used to solve the Longest Common Subsequence problem?
Options:
Correct Answer: Bottom-up
Solution:
The Longest Common Subsequence problem is typically solved using a bottom-up dynamic programming approach.