-->
当前位置:首页 > 题库

If 7 elements have been stored in a hash table of size 13 at pos

Luz5年前 (2021-05-10)题库1238
If 7 elements have been stored in a hash table of size 13 at positions { 0, 1, 2, 4, 5, 10, 11 }, and the hash function is $$H(x)=x\%13$$. Then an empty spot can't be found when inserting the element 40 with quadratic probing. ~@[](2)

答案:TRUE