one test case is failing.
I’ve first computed LCS of first two strings. computed LCS of LCS(s1,s2) and s3.
Regarding LCS with 3 strings
Your code is not visible.Can you share your code again.
Btw this is my code if it helps:)
This is my code
one test case is failing.
I’ve first computed LCS of first two strings. computed LCS of LCS(s1,s2) and s3.
Your code is not visible.Can you share your code again.
Btw this is my code if it helps:)
This is my code