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.
They do not, but in such case, I always prefer to write compound statements in an inline style while preserving the curly brackets. Makes it easier to avoid errors.
This comment is hidden because it contains spoiler information about the solution
witch cbegin and cend we don't modify vector
what do you mean by that? This is a feature of the used compiler, but not of the language itself?
What is the advantage of using .cbegin() and .cend() over .begin() and .end() ?
nice, I was not aware, that simple one-liners do not require brackets!