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.
why not to use just long? Don't see any need in BigInteger
Thanks
The Kata is absoluetely not ready:
public class CapitaliseTest
{
[Test]
public void Test1()
{
Assert.AreEqual(new[] { "Jo", "Nelson", "Jurie" }, Kata20.CapMe(new[] { "jo", "nelson", "jurie" }));
}
}
so for me this kata should go back to beta.
it's good now, thank you!
No predefined Class Kata, just the method, so is the code not compilebar
Do you really need to have return type Boolean? Why not simple bool ?
Please note, than a and b are not ordered, so could happen that a<b and that b<a