Skip to content

Commit

Permalink
typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gaissmai authored Dec 26, 2023
1 parent b4317b9 commit 53da190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 53da190

Please sign in to comment.