Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 351 Bytes

10.8.md

File metadata and controls

9 lines (7 loc) · 351 Bytes

Because all the changes of the container size are made by the insert iterator, not the algorithm.

The algorithms may

  • read elements,
  • wirte elements (change the elements in the container),
  • reorder elements (change the sequence of the elements in the container),

and the algorithms never

  • add/remove elements (change the size of the container).