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
lol
This comment is hidden because it contains spoiler information about the solution
Ahaha, the method was developed specifically for this kata. I didn't know about him, thank you!)
can u add some explain, pls?
The ASCII values for 'a-z' are 97-122 (0b1100001-0b1111010), and 'A-Z' are 65-90 (0b1000001-0b1011010).
We only need the last 5 bits (0b11111 is 31) (since the first two bits are the same) to build our bitmask.
this is a thousand times slower than it could be
This comment is hidden because it contains spoiler information about the solution
haha
compare these languages by sorting the following array
[0, -2, 1, 2, -1]
🤪,*sounds of hating js*
but the meme is funny
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
print in result, heh, like debug version in prod
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...