Linear hashing: Difference between revisions

Content deleted Content added
m fixing page range dashes using Project:AWB
ENGIMa (talk | contribs)
m move 'code' into verbatim block
Line 10:
is a [[power of two]].
 
* address(level,key) = hash(key) mod (2<sup>level</sup>)
 
The 'split' variable controls the read operation, and the expansion operation.