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