If you don't require indexes of element to be constant, you can use a vector or a list (if you think you'll be removing elements from the middle very often, it's better to use a list). Otherwise use a map.
If you don't require indexes of element to be constant, you can use a vector or a list (if you think you'll be removing elements from the middle very often, it's better to use a list). Otherwise use a map.
Bookmarks