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.
Eh sometimes you gotta use it, not here ig. This can be done in O(1) without any loops
Yeah, i understand the description.
But I am using C++, it does not support the input form such as "function name (parameter) (paramete)... more (parameter)", I need further explanation.
There are plenty of examples in description, no?
still cant understand how to call function "add".(string?parameter?)
should add text that explain how to calling.
This comment is hidden because it contains spoiler information about the solution
it modifies v, but v isn't reference, so caller won't know.
Nice and clean code, but wouldnt it modifies V?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Do not need to creat a temp
This comment is hidden because it contains spoiler information about the solution