diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-05-24 20:02:47 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-05-24 20:02:47 -0400 |
| commit | 842ad973095ba36b7022f86a8af4517742cdb40b (patch) | |
| tree | 7983186a2a96db790ea9bf888cb324c298aaadf1 /supplementary | |
| parent | b51d0c271ce32748945a611e416bb21867152e07 (diff) | |
| download | dissertation-842ad973095ba36b7022f86a8af4517742cdb40b.tar.gz | |
updates
Diffstat (limited to 'supplementary')
| -rw-r--r-- | supplementary/dedication.tex | 1 | ||||
| -rw-r--r-- | supplementary/nomenclature.tex | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/supplementary/dedication.tex b/supplementary/dedication.tex new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/supplementary/dedication.tex @@ -0,0 +1 @@ + diff --git a/supplementary/nomenclature.tex b/supplementary/nomenclature.tex new file mode 100644 index 0000000..01e0d48 --- /dev/null +++ b/supplementary/nomenclature.tex @@ -0,0 +1,19 @@ +\begin{center} +\begin{tabular}{|l l|} + \hline + \textbf{Symbol} & \textbf{Description} \\ \hline + $N_B$ & Capacity of the mutable buffer \\ \hline + $s$ & Scale factor \\ \hline + $B(n)$ & Data structure construction cost from unsorted records \\ \hline + $B_M(n)$ & Data structure construction cost from merging existing instances\\ \hline + $L(n)$ & Point-lookup cost \\ \hline + $\mathscr{Q}(n)$ & Worst-case query cost over entire structure \\ \hline + $\mathscr{Q}_S(n)$ & Worst-csae query cost over a single block/shard \\ \hline + $I_A(n)$ & Amortized insertion cost \\ \hline + $I(n)$ & Worst-case insertion cost \\ \hline + $I_B(n)$ & Best-case insertion cost \\ \hline + $\mathcal{D}$ & Record domain \\ \hline + $\mathcal{I}$ & Data structure type \\ \hline + $\mathscr{I}$ & Data structure instance \\ \hline +\end{tabular} +\end{center} |