Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
am i the only one facing issues with the test case while i return something random like "abcd" and it gives an error , too many values to unpack
well , isnt this problem about recursive functions ? also why does it work on repl but not here
This comment is hidden because it contains spoiler information about the solution
ive tried my best and i dont see any other way to improve this
and how to do that?
why .title() isnt working?
This comment is hidden because it contains spoiler information about the solution
my code works but it doesnt pass some random tests where everytime it misses the end element, like:
if the array is {ab , bc , cd , de}
it would return {ab , bc , cd , de} (which is indeed the correct answer)
but on some random tests it returns {ab , bc , cd}
This comment is hidden because it contains spoiler information about the solution
ig they do ..... they should be symmetrical as per the question and reversing the second string is the only way i gues
This comment is hidden because it contains spoiler information about the solution