Questions Tagged [unordered-set]

`std::unordered_set` is an associative container that contains set of unique objects. Search, insertion, and removal have average constant-time complexity.

Question is empty. Ask new Question

Popular Questions