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.
Should probably provide a link to how to calculate the distance within the description.
muy buena forma de usar ese bucle for . muy ingenioso . pa la proxima estare mas atento
A good reminder that math has its uses.
Nice kata! I enjoyed the clean regex-focused challenge — short, precise, and satisfying to solve. Thanks for creating it!
fixed
Python sample tests have a syntax error, the last parenthesis is never closed
re-raised above with a list of affected languages
tests should use approximate equality
affected languages:
I removed that sentence from the description
JS: values are compared exactly but should be compared using approx equality.
Tests compare result values approximately with a delta of
1e-8which is the preferred way to handle floats. Wording of the description should be changed instead.test results arent rounded to 6 decimals as stated in C
i hate pure math problems, cuz im bad at math lol
In what language?
You can usually check example tests to see how inputs are prepared and passed to your solution.
i dont underestand what is the type of inputs?
Loading more items...