...

/

Challenge: Shortest Common Supersequence (SCS)

Challenge: Shortest Common Supersequence (SCS)

Solve the shortest common supersequence problem.

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 ...