Quadratic Probing Insertions Are Time
arXiv:2608.28512
Abstract
First proposed in 1968, quadratic probing has stood for more than half a century as one of the simplest and most widely used hash-table designs in computer science. It is conjectured that, at load factor , the hash table achieves expected insertion time. But even proving a bound of the form for any function has remained open. In this paper, we prove that the expected insertion time is . This settles the complexity of the data structure up to sub-polynomial factors in .
17 pages