Question: 4. We can consider LCS(X,Y) as a matching between some character of X to some char- acters in Y. For example LCS( AAB AB) contains

 4. We can consider LCS(X,Y) as a matching between some character

4. We can consider LCS(X,Y) as a matching between some character of X to some char- acters in Y. For example LCS(" AAB" AB") contains two matchings, both of length 2. See Figure 1 X = "AD A B" X = AD AB" * p *** Y = "AB Y = "AB Figure 1: Two different matchings. Both of them are solutions to LCS(ADAB", "AB") Suggest an algorithm, as efficient as possible, that receives two sequences X and Y, and return 'YES' if and only if there are two different matchings, both are solutions to LCS(X,Y)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!