Linear hashing: Difference between revisions

Content deleted Content added
Bluebot (talk | contribs)
m Bringing "External links", "See also" and "Reference" sections in line with the Manual of Style.
Bluebot (talk | contribs)
bulleting external links using AWB
Line 7:
 
==Algorithm Details==
 
As usual, a [[hash function]] controls the address calculation of linear hashing.
In linear hashing, the address calculation is always bounded by a size that
Line 38 ⟶ 37:
 
==External links==
*[http://www.concentric.net/~Ttwang/tech/sorthash.htm Sorted Linear Hash Table]
 
[[Category:Data structures]]