We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4317b9 commit 53da190Copy full SHA for 53da190
README.md
@@ -48,7 +48,7 @@ Due to the nature of treaps the lookups and updates can be concurrently decouple
48
without delayed rebalancing, promising to be a perfect match for a software-router or firewall.
49
50
To familiarize yourself with treaps, see the extraordinarily good lectures from
51
-Pavel Marvin about Algorithms and Datastructures e.g. "[Treaps, implicit keys]"
+Pavel Mavrin about Algorithms and Datastructures e.g. "[Treaps, implicit keys]"
52
or follow [some links about treaps] from one of the inventors.
53
54
Especially useful is the paper "[Fast Set Operations Using Treaps]" by Guy E. Blelloch and Margaret Reid-Miller.
0 commit comments