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

typo

parent 6c71a067
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ dynamische Arrays.
\begin{definition}[dynamisches Array]
Ein dynamisches Array $\mathcal{DA}$ ist ein Tupel $(\mathcal{A}, n)$, wobei $\mathcal{A}$ ein Array von Länge
$n_\text{cap}$ ist und $n \in \{0,\cdots,n_\text{cap}-1\}$ ein Zeiger auf das aktuell letzte Element.
$n_\text{cap}$ ist und $n \in \{0,\cdots,n_\text{cap}-1\}$ ein Zeiger auf das nächste freie Feld.
\end{definition}
\subsubsection{Zugriff auf Arrayelemente}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment