From 13ae080650e18b5a51dbc04481b1c925632d35d2 Mon Sep 17 00:00:00 2001
From: Florian Unger <florian.unger@fau.de>
Date: Sat, 29 Apr 2023 08:32:58 +0200
Subject: [PATCH] typo in radixsort algo

---
 204_Radixsort.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/204_Radixsort.tex b/204_Radixsort.tex
index a597eda..c82678d 100644
--- a/204_Radixsort.tex
+++ b/204_Radixsort.tex
@@ -27,7 +27,7 @@ Reihenfolge). In der Sammelphase werden alle Kategorien entsprechend ihrer Ordnu
       $x \leftarrow \texttt{get}(\mathcal{Q})$ \;
       $\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}}{
         $\texttt{put}(\mathcal{Q}, \texttt{get}(\mathcal{Q}_j))$ \;
       }
-- 
GitLab