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 comment is hidden because it contains spoiler information about the solution
the more I code the more I understand the pythonic way of coding ,
Agreed. The recursion has to be killing their time. My code is about 35% faster than theirs. I don't understand bitwise operators yet. My code and yours run neck and neck.
It seems like you should be able to shave some time off of yours by changing your for loop to somehow account for the actual bit size of 'n' instead of using 32 bits regardless of 'n'. A little above my grasp thus far in my coding journey.
a good summary of a confusing line of code!
nice
This comment is hidden because it contains spoiler information about the solution
this is so concise
@ben-hatcher, excellent explaination. Now I understand this much better.
neat, but not a best practice at all, which thankfully the votes have reflected haha
This made me cry.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
its beautiful....
Im learning so much. Thank you
This comment is hidden because it contains spoiler information about the solution
Loading more items...