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