Skip to content
Snippets Groups Projects
Commit 253b5e00 authored by Florian Unger's avatar Florian Unger
Browse files

make code more readable

parent a7e780a7
Branches
No related tags found
No related merge requests found
......@@ -77,10 +77,8 @@ Wir geben daher später keine Laufzeiten für das Einfügen oder Entfernen von E
\begin{tikzpicture}[box/.style = {draw, minimum size=9mm, inner sep=0pt, outer sep=0pt, anchor=center},]
\matrix (array) [matrix of nodes, nodes={box}, column sep=-\pgflinewidth, inner sep=0pt]
{
& & & $\mathcal{A}[0]$ & $\mathcal{A}[1]$ & \quad $\dotsm$
\quad \vphantom{3} & \enspace $\mathcal{A}[n-1]$ \enspace & \\
$d_0 $ & \quad $\dots$ \quad \vphantom{3} & $d_{s-1}$ & $d_s$ & $d_{s+1}$ & \quad $\dotsm$
\quad \vphantom{3} & \quad $d_{s+n-1}$ \quad & \quad $\dots$ \quad \vphantom{3} \\
& & & $\mathcal{A}[0]$ & $\mathcal{A}[1]$ & \quad $\dotsm$ \quad \vphantom{3} & \enspace $\mathcal{A}[n-1]$ \enspace & \\
$d_0 $ & \quad $\dots$ \quad \vphantom{3} & $d_{s-1}$ & $d_s$ & $d_{s+1}$ & \quad $\dotsm$ \quad \vphantom{3} & \quad $d_{s+n-1}$ \quad & \quad $\dots$ \quad \vphantom{3} \\
};
\end{tikzpicture}
\caption{Ein Array $\mathcal{A}$ von Länge $n$ mit offset $s$ in $\mathcal{M}$.}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment