In this problem, we consider an inverse problem of sorts in which we are given two different motifs
and we wish to interleave them together in such a way as to produce a shortest possible
genetic string in which both motifs occur as subsequences.
A common supersequence of strings s and t is a string that serves as a
supersequence of both s and t. For example, "GACCTAGGAACTC" serves as a common supersequence of "ACGTC" and "ATAT".
A shortest common supersequence of s and t is a supersequence
for which there does not exist a shorter common supersequence. Continuing our example,
"ACGTACT" is a shortest common supersequence of "ACGTC" and "ATAT".