MINSUB - Editorial

Hey @man_telent123 :wave: ,
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).