Challenge: Shortest Common Supersequence (SCS)
Solve the shortest common supersequence problem.
We'll cover the following...
Problem statement
Given two strings, write a function to find the length of their shortest common superstring. A superstring is a string that has both input strings ...