These containers maintain average constant-time complexity for search, insert, and remove operations. In order to achieve constant-time complexity, sacrifices order for speed by hashing elements into buckets. There are four unordered containers:
* unordered_set
* unordered_multiset
* unordered_map
* unordered_multimap