Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
**Closed-addressing containers:** To find out the bucket that `k` would be inserted into use `bucket(k)`. But remember that an insert can cause the container to rehash - meaning that the element can be inserted into a different bucket.闭散列容器:使用 bucket (k) 可确定键 k 待插入的哈希桶。需注意,插入操作可能触发容器重新哈希,元素最终会被存入其他哈希桶。