From 87e35837ce8429fde3734a7bd67561b7d00cb169 Mon Sep 17 00:00:00 2001 From: david-gary Date: Tue, 27 Sep 2022 22:22:47 -0400 Subject: [PATCH] Updated link for Cuckoo Hashing paper --- data_structures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/README.md b/data_structures/README.md index 79630c2..1ea55a8 100644 --- a/data_structures/README.md +++ b/data_structures/README.md @@ -3,7 +3,7 @@ * [Dynamic Hash Tables](http://www.csd.uoc.gr/~hy460/pdf/Dynamic%20Hash%20Tables.pdf) * [Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms](https://www.cs.rochester.edu/u/scott/papers/1996_PODC_queues.pdf) * [RRB-Trees: Efficient Immutable Vectors](http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf) -* [Cuckoo Hashing](https://www.cs.tau.ac.il/~shanir/advanced-seminar-data-structures-2009/bib/pagh01cuckoo.pdf) +* [Cuckoo Hashing](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.104.9191&rep=rep1&type=pdf) * [Fenwick Tree](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.14.8917&rep=rep1&type=pdf) * [Hopscotch Hashing](http://mcg.cs.tau.ac.il/papers/disc2008-hopscotch.pdf)