Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
Flags
safe-html, strict-same
Loading…
|
Translation uploaded |
|
|
String added in the repository |
|
The element nodes of the table are held into an internal _bucket array_. An node is inserted into a bucket determined by the hash code of its element, but if the bucket is already occupied (a _collision_), an available one in the vicinity of the original position is used.哈希表的元素节点存储在内部**桶数组**中。节点会根据其元素的哈希值插入到对应的桶中;若该桶已被占用(即发生**哈希冲突**),则使用原位置附近的可用桶。