readme: remove duplicate word
This commit is contained in:
parent
8b54b0b964
commit
8512affc59
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ treap
|
|||
Package treap implements a treap data structure that is used to hold ordered
|
||||
key/value pairs using a combination of binary search tree and heap semantics.
|
||||
It is a self-organizing and randomized data structure that doesn't require
|
||||
complex operations to to maintain balance. Search, insert, and delete
|
||||
complex operations to maintain balance. Search, insert, and delete
|
||||
operations are all O(log n). Both mutable and immutable variants are provided.
|
||||
|
||||
The mutable variant is typically faster since it is able to simply update the
|
||||
|
|
Loading…
Reference in a new issue