427 views
1 votes
1 votes
Consider two strings A = “12341” and B = “341213”.

The length of LCS is 3 and they are "121", "123", "341"

Now there are two possibilities for the subsequence "341"

now i want to ask what should be the total no. of subsequence possible 3 or 4(because of two possibilities of "341")

Please log in or register to answer this question.

Related questions

393
views
1 answers
0 votes
Rustam Ali asked Sep 11, 2018
393 views
How many distinct function calls are there in LCS(m,n)=. How to calculate it?