Small fix
This commit is contained in:
parent
42bba7de70
commit
d0520cd423
|
@ -145,7 +145,7 @@ The basic operations of sets are element
|
|||
insertion, search and removal.
|
||||
|
||||
The C++ standard library contains two set
|
||||
implementations: \texttt{set} and \texttt{unordered\_set}.
|
||||
implementations:
|
||||
The structure \texttt{set} is based on a balanced
|
||||
binary tree and the time complexity of its
|
||||
operations is $O(\log n)$.
|
||||
|
|
Loading…
Reference in New Issue