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.
i love this solution
מגניב ביותר!!!
lol FFS :P
This comment is hidden because it contains spoiler information about the solution
Seems that the kata needs more tests. With this solution "ac" is equal to "bb"...
Agreed. I see the same thing in C#. There are a lot of conversions in many of the solutions. However, as you pointed out there is a quite simple pure mathematical solution.
Yes, compared to other 7th kyu kata (which you can usually solve in under a minute) it feels more like a level 6 kata.
This comment is hidden because it contains spoiler information about the solution
Nice. Using the Gauss formula schould be way faster than using range.
It is in conflict to PEP8 because it is too long. But I like it anyway. ;-)
It just looks fancy but may get a problem with maximum recursion depth pretty soon.
This comment is hidden because it contains spoiler information about the solution
Beautiful, but too fragile. Exceeds maximum recursion depths pretty fast.
I like the name you chose for the list.
Well
bool
is a sub-class ofint
so...Loading more items...