Activity
push,pop,iterator,at,front,back
push,pop,iterator,at,front,back
pop_front, erase_after, remove, clear
pop_front, erase_after, remove, clear
push_front, insetd_after, advance
push_front, insetd_after, advance
Using the at(), push_back(), pop_back(), emplace(), insert() functions
Using the at(), push_back(), pop_back(), emplace(), insert() functions
Operations such as sort(), find(), accumulate() performed
Operations such as sort(), find(), accumulate() performed
Using iterators to acces the first and last element of the vector
Using iterators to acces the first and last element of the vector