Dynamic Programming - Longest Common Subsequence

Solve a problem related to the longest common subsequence using dynamic programming

Describe the dynamic programming approach to finding the longest common subsequence of two sequences.