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.
Not bad kata. Imho would suggest removing superfluous elements from description to increase clarity and make it more about solving the kata than reading a story.
Also would suggest either telling warriors to use whole numbers rather than incrementing anything by fractions like 1/2 or 1/3rd. I was getting errors when I didn't use whole numbers for my math even though it was the same math as when I used fractions.
Common Lisp translation, please approve / reject.
All languages should use floating point comparison
Ruby 3.0 should be enabled.
the description is far from good...:
", "
)"(ties)"
at the end of the string (the info must be given there, not after)JS:
chai.assert.deepEqual
, not assertSimilarpython:
Is there a reason this isn't being tested within some tolerance? I've solved this on Python without issue, except that for ~1-5 random test cases I'm off by 1/1000 which makes the rounding break the other direction(e.g. 0.444 => 0.44 vs 0.445 => 0.45).
Considering this is an 8-kyu challenge with no obvious solution, it should utilize the V2 test suite's approximation.
This comment is hidden because it contains spoiler information about the solution
Need example tests to show what's going on :)