Topic: Mathematics Problem / Level: advanced

Problem: Create a program to find the longest common subsequence of two strings using dynamic programming.

Run the code to see the output here...