From 12afe719ce268bb10aa93a910079a44eb08999b8 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Wed, 1 Mar 2023 11:36:26 +0100 Subject: removed trailing whitespaces and use more structured bindings --- string/string.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string/string.tex') diff --git a/string/string.tex b/string/string.tex index 6b83e2c..a09d7f8 100644 --- a/string/string.tex +++ b/string/string.tex @@ -54,7 +54,7 @@ \begin{enumerate} \item mit \code{addString(pattern, idx);} Patterns hinzufügen. \item mit \code{state = go(state, idx)} in nächsten Zustand wechseln. - \item mit \code{state = getExit(state)} den exit Kanten folgen bis \code{state == 0} + \item mit \code{state = getExit(state)} den exit Kanten folgen bis \code{state == 0} \item dabei mit \code{aho[state].patterns} die Matches zählen \end{enumerate} \sourcecode{string/ahoCorasick.cpp} -- cgit v1.2.3