Hey @man_telent123
,
Your code is failing on test case
1
6
101111
Your answer is
111110
111011
where LCS is 4 (1110).
where as correct answer has LCS 3.
example:
110111
111110
LCS 3 (110).
Hey @man_telent123
,
Your code is failing on test case
1
6
101111
Your answer is
111110
111011
where LCS is 4 (1110).
where as correct answer has LCS 3.
example:
110111
111110
LCS 3 (110).