On The Insertion Time Of Random Walk Cuckoo Hashing | Awesome Learning to Hash Add your paper to Learning2Hash

On The Insertion Time Of Random Walk Cuckoo Hashing

Frieze Alan, Johansson Tony. Arxiv 2016

[Paper]    
ARXIV Independent

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.

Similar Work