Topic: Dynamic Programming Problem / Level: beginner

Problem: Determine the longest common subsequence between two strings using dynamic programming.

Run the code to see the output here...