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.
@JossGenre, wrong if space will be on the beginning.
I analyze this code this is the cleverest solution because of the rangeClosed() method it isolate the numbers to get the expected sum
This comment is hidden because it contains spoiler information about the solution
mapToInt!!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
That's something unusual, just too good, keep it up dude
What abt thease brackets inside the parentheses, could you explain why he puts parenteses if he's reffering to the array, and why putting - between the two extremes of the array and most importantly, why the hell it works inside the two double quotaions :) m just curious to know more about thease notation :)
Could anyone explain this sol :)
Unwanted side effects if there are any uppercase chars in the string which aren't Camel-casing. :-)
paste this code into your IDE. See what happens in the program through the debugger. It uses recursion and dynamic programming (the task is divided into smaller ones and solved separately)
Great solution, well done!
0 <= x <= 4
0 <= y <= 4
Score cant be 10:0, couz desription told about this.
Nice! Clever
Clever but it will fail if the score is higher than 10 for one or both teams. Better would be to use the split-Method.
Now everything fell into place, thank you very much!
Loading more items...