aboutsummaryrefslogtreecommitdiff
path: root/thesis/parts/implementation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/parts/implementation.tex')
-rw-r--r--thesis/parts/implementation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/parts/implementation.tex b/thesis/parts/implementation.tex
index cd7b4b7..706dbd5 100644
--- a/thesis/parts/implementation.tex
+++ b/thesis/parts/implementation.tex
@@ -32,7 +32,7 @@ The library source can be found in \code{src/crates/library}.
\code{SortedUniqueVec} & Vec kept in sorted order, with no duplicates \\
\code{HashMap} & Hash map with quadratic probing \\
\code{HashSet} & Hash map with empty values \\
- \code{BTreeMap} & B-Tree\parencite{bayer_organization_1970} map with linear search. \\
+ \code{BTreeMap} & B-Tree\citep{bayer_organization_1970} map with linear search. \\
\code{BTreeSet} & B-Tree map with empty values \\
\end{tabular}
\caption{Implementations in our library}