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 comment is hidden because it contains spoiler information about the solution
I think there is something wrong with Golang random tests. My solution passes all "Larger tests" (from 5 to 50 and 100), but somehow fails on all random. I thought my code was bad, but after few more clicks on "Attempt" it becomes green. :)
Try few more times and sometimes it passed and sometimes it failed without any code changes.
For JS. Please remove from errors output html (or check it working):
Because when I saw
<font color="teal">
I got confused.Need to add to task (and to examples), that in too long messages need to leave the first word in the original case.
Example:
very very long message...
should become
veryVeryLongMessage...
NO random tests in CS
What does mean "arrays first differed at element [0][1]"? My code creates spiral but it fails.(Java)
oh such an awful habit of inserting "using namespace std;" in the global scope, please remove (c++)
C# uses a rectangular array (int[n,x]) for some reason, I don't think this makes sense since the rows and columns are the same length.
Shouldn't it be a simple jagged array (int[n][]) ? I don't see any reason to use a rectangular one here.
It would also make Linq more accessible
Since this one was decided to stay, I propose to rerank it to 7kyu
D translation
Rust translation
No sample tests in CoffeeScript.
C++ translation:
https://www.codewars.com/kumite/6244bc2c58ad06006b64b094?sel=6244bc2c58ad06006b64b094
Loading more items...