Given the OP's description still allows duplicate elements, I believe the more correct term is Bag
instead of Set
, although I haven't actually seen the term used super widely (probably due to the limited utility of removing the orderedness constraint from a vector).
10 Likes