2000 character limit reached
On the insertion time of random walk cuckoo hashing (1602.04652v9)
Published 15 Feb 2016 in cs.DS and math.CO
Abstract: Cuckoo Hashing is a hashing scheme invented by Pagh and Rodler. It uses $d\geq 2$ distinct hash functions to insert items into the hash table. It has been an open question for some time as to the expected time for Random Walk Insertion to add items. We show that if the number of hash functions $d=O(1)$ is sufficiently large, then the expected insertion time is $O(1)$ per item.