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 , with constant load factor , on which the worst-case unsuccessful search time is asymptotically almost surely . 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.
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