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 is O(n^2)
Why it works?
Thanks, it makes sense.
This comment is hidden because it contains spoiler information about the solution
What is the mechanism behind???
I wonder whether ? is used to convert alphabet to ascii number?
Wow, & is a good use
This is very clever!!!
This comment is hidden because it contains spoiler information about the solution
Very clever, I forgot that the description states that there is only one solution.
EVERYONE! TRY THIS!
@rmep That's right. Now the solutions on the Internet are outdated, their O is too big. A small reminder is to reduce the number of Loops.
Try to make your algorithm faster. I have passed it.
solved. Make it faster and faster.
This comment is hidden because it contains spoiler information about the solution
Loading more items...