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.
Not a suggestion
Thanks!!
It was driving me crazy ahah
Easiest kata ever
Hi! All who not a deal with fixed_and_edge_assertions and randomly_generated_assertions,
try to test with {1, 2, 2, 2, 3, 1}
All, who cannot passed random tests, try to pass this tests:
Assert::That(highestScoringWord("equal to z""), Equals("equal"));
Assert::That(highestScoringWord(" equal to z"), Equals("equal"));
It was help me