Content deleted Content added
Line 21:
A linear hashing table expansion operation would consist of rehashing the
entries at slot ___location indicated by the 'split' variable to the target slot
of address(level+1,key). This
if y = x mod M and y'= x mod M * 2 , then y'= y or y' = y + M.
The 'split' variable is incremented by 1 at the end of
the expansion operation. If the 'split' variable reaches N * 2<sup>level</sup>, then the 'level'
variable is incremented by 1, and the 'split' variable is reset to 0.
|