-
Notifications
You must be signed in to change notification settings - Fork 14
/
example-graph.tex
21 lines (18 loc) · 1012 Bytes
/
example-graph.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\chapter{Example graph}
\label{sec:example-graph}
\autoref{fig:example-graph-without-updates} shows a static snapshot of an example graph, while \autoref{fig:example-graph-with-updates} shows an example graph with update operations.
Insertions are denoted with a green asterisk~\includegraphics[scale=0.25]{patterns/insert}.
Deletions of a single element are denoted with a red cross~\includegraphics[scale=0.25]{patterns/delete-single},
while recursive deletions are denoted with a purple cross~\includegraphics[scale=0.25]{patterns/delete-recursively}.
\begin{figure}[ht]
\centering
\includegraphics[width=\textwidth]{figures/example-graph-without-updates}
\caption{Example graph snapshot (without update operations).}
\label{fig:example-graph-without-updates}
\end{figure}
\begin{figure}[ht]
\centering
\includegraphics[width=\textwidth]{figures/example-graph-with-updates}
\caption{Example graph with update operations.}
\label{fig:example-graph-with-updates}
\end{figure}