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.
this is already raised there as an issue
.
How about instead raise its difficulty?
This comment is hidden because it contains spoiler information about the solution
Typo in description : "locigal" instead of "logical".
C#
In Solution section: typo in the method comment : "// retrun" > "// return".
As of today the description says "there are no duplicates".
done, and i added an assertion message with the input as well.
C#
The method names should start with capital letter : "Test1", "Testing".
Each assert should be in separate test method.
Like so:
So that results look like this:
A shorter way:
Produces this result:
Why does the example not mention "1 2 4 6 8" as third way to decompose 11?
For C# the opening and closing braces of the class should be at the line start.
Typo in the description in "The digits are sequential, incementing†: 1234" : "incementing" instead of "incrementing".
In C# it expects an array where 3rd element is expected 1 for true, 0 for false, what is your language?
It does : "returns an array/tuple (check the function signature/sample tests for the return type in your language".
For C# method name productFib should start with capital letter - ProductFib.