For an example,if we have “abcde” and “abed”,we have 2 lcs in this case i.e., abe and abd.How to print the scenario in this case?
For an example,if we have “abcde” and “abed”,we have 2 lcs in this case i.e., abe and abd.How to print the scenario in this case?