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