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.
interesting
Ok, but this kumite uses python in tests and I'm too lazy to write a translation to C.
Division is a slow operation, it's a way to reduce its usage.
This function does a lot of unnecessary calculations including division. If you have to do one conversion - do exactly one instead of 2.
Added sample tests
Oh, I see
Already got it, but thank for answering
This comment is hidden because it contains spoiler information about the solution
This one is like an advanced version of BFxor. I think there's no problem with this.
I don't know which test it is. I updated testing system, your code works and passes all the tests. Try to test it again - there're no random tests.
Done
Idk if it's a good decision to put link directly to the training page. Changed it anyway
Done
Added a test for the edge case when 2 numbers add up to 256.
Removed all ascii references from the description
Loading more items...