Ad
  • Custom User Avatar

    Your code does not conform to all specs and does not handle some cases correctly. In this paragraph you have some hints how to debug your solution. You can also read the description carefully again and make sure your solution handles all requirements.

    It is a problem with the solution, not a kata issue (although I agree that the input is terrible).

  • Default User Avatar

    It's difficult to help you without your code. (Please see documentation how to use code formatting)

    I don't do C# but it seems that you are adding unicode characters between the alphabet positions in your solution.

  • Custom User Avatar

    Please do not raise issues without mentioning your language and showing your code. It's useless.

  • Default User Avatar

    My code works for the first one, but the second test in the attempt is:
    Test Failed
    Assert.That(actual, Is.EqualTo(expected))
    Expected string length 56 but was 90. Strings differ at index 0.
    Expected: "17 21 5 10 4 23 8 4 3 21 22 24 15 12 2 6 13 1 19 7 18 25"
    But was: "\u0004\u001c!417 \u0013\u0005\021 5 <\u00136410 4 23 8 \r/:4 3 21 \u001e]:\u000522 24 \v*(_\f\u001b15 12 ..."
    -----------^

    I don't think it is my codes fault.
    (Please don't give me a trouble shoot guide and marked as solved. It is useless.)