diff options
author | Aria Shrimpton <me@aria.rip> | 2024-03-19 23:45:14 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-03-19 23:45:14 +0000 |
commit | db7c7a0bb4b96635737c4351d641aa87318865bf (patch) | |
tree | 4ab058c62a5537fffff5225323516f0bf2f1c457 /thesis/parts/implementation.tex | |
parent | 4f34dc852c94f36e972799cfe87257ed547af906 (diff) |
improve citation style & bibliography
Diffstat (limited to 'thesis/parts/implementation.tex')
-rw-r--r-- | thesis/parts/implementation.tex | 2 |
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} |