English

Two-way Linear Probing Revisited

Data Structures and Algorithms 2023-09-20 v2

Abstract

We introduce linear probing hashing schemes that construct a hash table of size nn, with constant load factor α\alpha, on which the worst-case unsuccessful search time is asymptotically almost surely O(loglogn)O(\log \log n). The schemes employ two linear probe sequences to find empty cells for the keys. Matching lower bounds on the maximum cluster size produced by any algorithm that uses two linear probe sequences are obtained as well.

Keywords

Cite

@article{arxiv.2309.05308,
  title  = {Two-way Linear Probing Revisited},
  author = {Ketan Dalal and Luc Devroye and Ebrahim Malalla},
  journal= {arXiv preprint arXiv:2309.05308},
  year   = {2023}
}

Comments

31 pages, 8 figures, 5 tables, references added

R2 v1 2026-06-28T12:17:47.455Z