Double Hashing

Double Hashing is a strategy for #202112131222 that use two hash function instead of one to search an empty cell in the 202112122035.

Details

  • 202112122038 is usually \(F(i) = i \cdot \text{hash}_2(X)\)

Analysis

Attention

  • The second Hash Function should never evaluate to 0
  • Ensure that all cells in the Table can be probed
Links to this page
#data-structure #hash-table