Challenge: Shortest Common Supersequence(SCS)
Given two strings, let's write a function to find their shortest common supersequence.
We'll cover the following...
We'll cover the following...
Given two strings, let's write a function to find their shortest common supersequence.