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.
your issue report is unclear. this behavior is normal and is the same across most languages on Codewars: the fixed and random tests are each in their own tests group / it block and are run separately.
duplicate suggestion
Why use the term whitespace when only space is used?
Applies to the C-version.
I could have tagged with issue, question or suggestion for that matter.
kak dela drug
That's on me. First I approved the transaltion with a bug, then I spotted the bug, then I fixed it in full tests, and forgot about sample tests.
Now the sample tests should be fixed too (remember to reset the trainer to see new sample tests).
Reason for the bug: C sample test's
tester
function should replace tolerance1e10
with1e-10
C tests seems to be broken. No matter what I return it's a success. It's working for "attempt"
It's part of the kata to make that optional 3rd parameter working. While I might agree that it is hard to parse this task from the description this error message is not a kata issue but intended.
Yep, it looks like it should now!
Appears to be resolved?
Fixed
Clever, but you can overrun "arr" in the inner while() loop, which might cause a crash. You should instead do the "n + i < length" check first.
.
Loading more items...