Ad
  • Custom User Avatar

    Seems like I was missing a small if statement... Finally solved after like 3 days.

  • Default User Avatar

    oh shoot! i skipped the para! my bad:_(

  • Custom User Avatar

    In the result, substrings (a substring is for example 2:nnnnn or 1:hhh; it contains the prefix) will be in decreasing order of their length and when they have the same length sorted in ascending lexicographic order (letters and digits - more precisely sorted by codepoint); the different groups will be separated by '/'. See examples and "Example Tests".

    It's already there.

  • Default User Avatar

    thanks, helped me!

  • Default User Avatar

    Please Mention the order of printing..i got an anxiety attack lol

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Solved it Wooooooohooooooooooooooo

  • Default User Avatar

    it looks challenging, and do-able. i haven't solved any 4 kyu katas:( I'll try this one hope everything goes fine:))))

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    Probably you have the same problem as akoli below. When reporting an issue, state the language, be specific about what the problem is, maybe post your code using markdown formatting and marking your post as having spoiler content. Closing.

  • Custom User Avatar

    So my code passes every test in my local environment, but when i test it in the codewars environment its failing.
    What am I supposed to do here? :(