...

/

The Details

The Details

We'll finish this section by learning the terminology present in unordered associative containers.

The unordered associative containers store their indices in buckets. In which bucket the index goes depends on the hash function, which maps the key to the index. If different keys are mapped to the same index, it’s called a collision. ...