From db7c7a0bb4b96635737c4351d641aa87318865bf Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 19 Mar 2024 23:45:14 +0000 Subject: improve citation style & bibliography --- thesis/parts/implementation.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thesis/parts/implementation.tex') 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} -- cgit v1.2.3