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.
clover solution, i don't remember we can access to a char by charAt(), i always used it but i don't know how i forgot that. thanks for a new short way to solution.
Potential Unicode issue: if the string contains Unicode surrogate pairs (i.e. supplementary characters, like emoji and rare characters), this approach reverses those and produces a string with invalid/unintended characters. Solutions with StringBuilder#reverse() preserve the surrogate pair ordering, which is likely what you want in code.
This comment is hidden because it contains spoiler information about the solution
Nice. Sometime it is better to use logic than predefined method.
WITHOUT SEMICOLON(;), is an author problem I think