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

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

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

答案:TRUE