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.
The progress made by -8 rank by solving rank 1 que will be 640 : 10 * 8 * 8, so rank will be -2 and remaining progress will be 40
Have the same issue. I think the test has a typo or something
This comment is hidden because it contains spoiler information about the solution
Good Kata))
was this issue resolved
Thanks!
Nice kata// GOOD
(c#)I'm talking about testValidMultipleRankProgression. How, if I have a rank of -8 and I completed a 1k, how did I get a rank of -2????I should get a rank of -4 if I follow the formula!10 *(-1 + 8) * (-1 + 8) and 10 *(1 + 8) * (1 + 8)..ERROR
nice kata
I'm getting lost though is the example of p = new Projectile(5, 2, 45). When I put that into my Groovy code where a = -16, b = 2, c = 45 I get q = -0.5 and q = 0.625 and the example results for this should be q = 0.605.
I don't understand where this 0.02 difference is coming from. Is there an error in my quadratic function code I'm not seeing or is this maybe something Groovy related versus how the example results were generated?
Great kata!!
The format of the string arguments is also underspecified, if at all.
Some similar katas already exist, nothing new or fancy here. And if you DO want to publish a kata, you need to work on description:
workingHours
can we expect to get? If it's only X days, why not use int instead of string?Most of this stuff needs to be explained in description.
Surely a duplicate, and not a novel one at that. Also, no random tests.
I recommend to add random tests, because that can avoid solutions with all iteration results.
Loading more items...