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 and neat solution! Thank you!
One thing to mention is the creating a resulting string. I guess, it's better to write the result to rune slice or buffer. Since, string concat creates new string each time. Giving a considerable overhead
Agree, it's clever to do that. But why is there more of the "best practices" likes rather than "clever"?
Imo: making variable names like these is not one of the "best practices" :)
Hi, guys, what is the time complexity here?
This solution is mind blowing for me. Smart!
Guys, I do not have 'test sample' and submission options. What should I do to fix it?
This comment is hidden because it contains spoiler information about the solution