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 one is from an experinced developer for sure! I laughed at first, but then i changed my oppinion. Nice one dude.
Dude. All you need to do is multiply 1.15 to your answer.
Not sure if the worst, but the description is ambiguous on how to apply the 15%.
This comment is hidden because it contains spoiler information about the solution
Agreed, but then again, are there any non-dubstep songs that contain 'wub' as part of the original lyrics? haha.
This comment is hidden because it contains spoiler information about the solution
I tried with modifications (so that it compiles) @WERT's code in Eclipse. His results are the same in Eclipse as at CW: all are false except the first one: dblLinear(10). For 20 his code returns 55 in Eclipse instead of 57 but I must agree with you that it returns 57 at repl.it...
Which one must we trust, Eclipe + CW or Netbeans + repl.it?-(
Anyway his code takes hours for: dblLinear(600000) instead of a fraction of second. Better to change it.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hi g964,
He means that in IDEA or NetBeans his code produces dblLinear(20) = 57, while here it produces dblLinear(20) = 55. Could it be some bug in Java machine used here?
The tests are the same in all languages and lots of CW passed the tests without problems. Don't post an issue about the kata without being sure that the problem is in the kata. First verify your code:-)
What do you mean with:
Please rather than giving your code it would be better to reproduce the results of the failing tests.