Content deleted Content added
Line 21:
A linear hashing table expansion operation would consist of rehashing the
entries at one slot ___location indicated by the 'split' variable to
of address(level+1,key). This intuitively is consistent with the assertion that
if y = x mod M and y'= x mod M * 2 , then y'= y or y' = y + M.
|