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.
great solution! I like it, man!
This comment is hidden because it contains spoiler information about the solution
This is surely clever, but probably shouldn't be used or marked as best practice. I'd have to performance test to be sure, but allocating an array on heap seems like it would be much slower than a branch with no array allocation. Maybe I'm wrong, in which case this would be a nice answer, but the bitwise and will always be better for both performance and readability.
hahaha really cool solution :D
I'm literally days in learning Ruby, and this simple solution has already taught me so much and made me think of so many more things that could be done with this concept, THANK YOU
wow, this is really clever. :)
Amazing and clever! Thanks!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Can someone point me to where I can read up more about
how this works?
Thank you very much for this kata.
It was a nice challenge, and after having MonkeyPatched like crazy, I eventually wrote something much simpler...
This comment is hidden because it contains spoiler information about the solution