Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Shortest Common Supersequence" problem where you find the shortest supersequence that contains two given strings as subsequences using dynamic programming.

Run the code to see the output here...