From 53da1903c694ab474636101577074478e6232ea6 Mon Sep 17 00:00:00 2001 From: gaissmai Date: Wed, 27 Dec 2023 00:29:28 +0100 Subject: [PATCH] typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c9378..2e5b8e5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Due to the nature of treaps the lookups and updates can be concurrently decouple without delayed rebalancing, promising to be a perfect match for a software-router or firewall. To familiarize yourself with treaps, see the extraordinarily good lectures from -Pavel Marvin about Algorithms and Datastructures e.g. "[Treaps, implicit keys]" +Pavel Mavrin about Algorithms and Datastructures e.g. "[Treaps, implicit keys]" or follow [some links about treaps] from one of the inventors. Especially useful is the paper "[Fast Set Operations Using Treaps]" by Guy E. Blelloch and Margaret Reid-Miller.