Linear hashing: Difference between revisions

Content deleted Content added
MegaHasher (talk | contribs)
wikified the content
MegaHasher (talk | contribs)
supplemental info; add reference and external link
Line 28:
One obvious choice is one expansion operation per insertion request. Another choice
is to control the expansion with a programmer defined load factor.
 
The hash table array for linear hashing is usually implemented with a [[dynamic array]]
algorithm.
 
==References==
W. Litwin, ''Linear hashing: A new tool for file and table addressing'', Proc. 6th Conference on Very Large Databases, pages 212–223, [[1980]].
 
Per-Åke Larson, ''Dynamic Hash Tables'', Communications of the ACM, pages 446–457, April 1988, Volume 31, Number 4.
 
==External Links==
[http://www.concentric.net/~Ttwang/tech/sorthash.htm Sorted Linear Hash Table]