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.
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).
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.Please do not raise issues without mentioning your language and showing your code. It's useless.
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.)