If 7 elements have been stored in a hash table of size 13 at pos
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