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
The vector is passed by value. It is a copy so it won't affect the original one
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks, that's good to know
Good solution! An input: you could have used ss.str() instead of creating a string
This will fail if upper case vowels are given. Example: Abc
It's a bad practice to mix underscores with camel case
Also, please make comments only in english!
This comment is hidden because it contains spoiler information about the solution
why?
This comment is hidden because it contains spoiler information about the solution