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.
Incorrect initial name of the function for the F# example. The suggested name is "word_pattern", although the test is trying to run a function with a name "wordPattern".
Yes, it's F#
The arguments are passed to the tests incorrectly. I had a wrong order of the elements concatenation and actually returned the highest value. But the test output was the following:
as though I have a correct result ("Actual" is 457), but the test in fact expects the maximum value. There should have been the following output:
The descriptions is incorrect and confusing, as many people stated below.
This comment is hidden because it contains spoiler information about the solution
I have just noticed that I fogrot to sort the output. However, all the tests have passed.