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.
hi, can you please explain to me why i <= n/2; i somehow get that this is faster than going through every i until it reaches n. but i still don't grasp the idea.
in the C++ the result should be "von" not voin , or the string that is feed to the function should have an extra i.
Assert::That(doubles("vvvvvoiiiin"),Equals("voin"));
This comment is hidden because it contains spoiler information about the solution