Small fix

This commit is contained in:
Antti H S Laaksonen 2017-03-12 13:42:21 +02:00
parent 42bba7de70
commit d0520cd423
1 changed files with 1 additions and 1 deletions

View File

@ -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)$.