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.
Morality: don't post issues too fast-)
Yeah, you're right. I changed my approach and it worked. Thanks!
All given numbers are integers so you don't have to round anything... all the more that Elixir can operate easily with integers.
Tried in Elixir with various sub-second intervals (decisecond, centisecond, millisecond) and they all failed at some test or other because of rounding issues (millis approach infact timed out in tests, so not sure about that). And I see others having issues like this for a test that should be straight-forward to calculate; my guess is this needs to be looked at again.