we need to use backin_serter and front_inserter with the algorithms
that removes or copy elements like copy,remove_copy because they can’t change the size of containers only elements
but why we don’t use it with transform? even though it changes the size of the reciever container
↧