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.
Added some now
I have made some changes here to the description to improve readability and also added some random tests
I will add some. This is my first author so wasn't entirely sure what is required
Seems fairly straightforward for a 6kyu (solved in C#). Perhaps more like a 7kyu ihmo.
C# method signature still expects a string as return type
I quite enjoyed this kata. For me perhaps a little more difficult than most other 6kyu I have done. Pays to read the instructions carefully as I omitted to include the string length in my calcuations and sat looking and wondering why my solution was incorrect.
Very nice solution
Great solution!