c++ - vector vs. list in STL -
c++ - vector vs. list in STL -
i noticed in effective stl
vector type of sequence should used default.
what's mean? seems ignore efficiency vector can anything. offer me scenario vector not feasible alternative list must used?
situations want insert lot of items middle of sequence repeatedly.
check out complexity gurantees each different type of container:
what complexity guarantees of standard containers?
c++ stl
Comments
Post a Comment