Challenge 5: Shortest Common Supersequence
Given two strings, let's write a function to find their shortest common supersequence
Problem Statement
Given two strings, write a function to find the length of their shortest common superstring or “supersequence”. A superstring is a ...