User: Amaris

  • Public profile

User profile: Amaris

User info
User name:Amaris
History
Joined:
Number of posts:7
Latest posts:

Understanding list::splice
As Peter87 explained there is a contradiction in the definition and the comment in the example code:...

Understanding list::splice
The definition for iterator validity after list::splice operation: Iterator validity No changes ...

Performance in vector search
Without coping the vector and using only iterators (could have also been indexes) The more efficie...

Performance in vector search
@keskiverto [code] auto foo = std::upper_bound( v.begin(), v.end(), 4 ); [/code] does the trick al...

Performance in vector search
How can I enhance performance here? Assignment: Implement function countNumbers that accepts a...

This user does not accept Private Messages