Given two strings.You have to find number of strings of minimum length for which the two strings are subsequence. For example
String 1-ab
String 2-ba
aba is one of the minimum length string
Given two strings.You have to find number of strings of minimum length for which the two strings are subsequence. For example
String 1-ab
String 2-ba
aba is one of the minimum length string