We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Append and Delete
You are viewing a single comment's thread. Return to all comments →
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.