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 didn't know you could increment character like thatðŸ˜
This comment is hidden because it contains spoiler information about the solution
Wow, awesome !
Crazy..
Its run on O(n) and can be do in O(log n)
Impressive
wow... i am shocked...
how does
letter
know what to compare the given array with? and how does it know the alphabet order here? and why doesn't it need to be converted to lower/upper case?im stunned we can increment a char like that. lesson learned. thx.
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
how does this work?