These methods are linear probing, quadraticprobing, and double hashing.
这三种方法分别是线性探测、二次探测和再哈希法。
2
Quadraticprobing is an attempt to keep clusters from forming. The idea is to probe more widely separated cells, instead of those adjacent to the primary hash site.