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

typo in radixsort algo

parent fcec9a44
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ Reihenfolge). In der Sammelphase werden alle Kategorien entsprechend ihrer Ordnu ...@@ -27,7 +27,7 @@ Reihenfolge). In der Sammelphase werden alle Kategorien entsprechend ihrer Ordnu
$x \leftarrow \texttt{get}(\mathcal{Q})$ \; $x \leftarrow \texttt{get}(\mathcal{Q})$ \;
$\texttt{put}(\mathcal{Q}_{x_i}, x)$ \; $\texttt{put}(\mathcal{Q}_{x_i}, x)$ \;
} }
\For{ $j \rightarrow 0$ \KwTo $b-1$}{ \For{ $j \leftarrow 0$ \KwTo $b-1$}{
\While{$\mathcal{Q}_j$ \emph{is not empty}}{ \While{$\mathcal{Q}_j$ \emph{is not empty}}{
$\texttt{put}(\mathcal{Q}, \texttt{get}(\mathcal{Q}_j))$ \; $\texttt{put}(\mathcal{Q}, \texttt{get}(\mathcal{Q}_j))$ \;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment