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.
Approved
C Translation (author inactive).
pewhapz we needs more sample tests?
because there are only 2 of them and they do not catch your specific error
what
how is sample test working fine then
your condition is wrong
This comment is hidden because it contains spoiler information about the solution
7 it is then
the kata cannot be approved at 8, while it's the obvious actual rank. I won't approve it.
dealying again. Some clean up needed on mod side...
.
done, please verify
delaying approval (see message below)
both languages should use their ad hoc approximate equality assertions:
assert.approximately(actual, expected, delta, [message])
test.assert_approx_equals(actual, expected, margin=1e-9, message=None, allow_raise=False)
Removed rounding requirements. Let's get this thing out of beta ;)
Loading more items...