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.
You'll have to post a new kata. This one got retired.
retired
Thank youu is my first time making a codewar, but i will fix it :)
This comment is hidden because it contains spoiler information about the solution
The kata needs random tests.
Floating point number testing should be done with
test.assert_approx_equals
(with a properthreshold
) instead of requiring users to round.