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.
This should be the top best practice
Wow! Didn't know this formula.
It's super fast compared to other solutions)
Thank you!
Yes, see it for yourself:
https://docs.python.org/2.7/library/functions.html#round
https://docs.python.org/3.5/library/functions.html#round
This comment is hidden because it contains spoiler information about the solution
I think you meant, branchless
nice
This is constant time, fastest solution.
Agreed and also going in the high numbers - I had errors initially in my code that the test didn't catch.