• + 1 comment

    the testcase where s = "aaaaaaaaaa" and t = "aaaaa" and k = 7 we are left with 2 extra ops so by the logic it's output should be "No" but it expects "Yes" also another testcase where s = "y" t="yu" k=2 expects answer to be "No" there are contradictions in the test-cases.