summaryrefslogtreecommitdiff
path: root/string/string.tex
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2024-02-01 17:10:55 +0100
committerMZuenni <michi.zuendorf@gmail.com>2024-02-01 17:10:55 +0100
commit6254e084ee91ce6d7d7f3d0793e387327579104c (patch)
treee900bfc6c589006f3296ee99912fa53813dc2edb /string/string.tex
parent9819b394e494bdfaaf55893a3f90b71ddb52227e (diff)
improved sa
Diffstat (limited to 'string/string.tex')
-rw-r--r--string/string.tex1
1 files changed, 0 insertions, 1 deletions
diff --git a/string/string.tex b/string/string.tex
index 850c661..52284d9 100644
--- a/string/string.tex
+++ b/string/string.tex
@@ -90,7 +90,6 @@
\method{lcp}{berechnet den logest common prefix}{\log(\abs{s})}
\method{}{von \code{s[x]} und \code{s[y]}}{}
\end{methods}
-\textbf{ACHTUNG:} \code{s} muss mit einem sentinel enden! \code{'\$'} oder \code{'#'}
\sourcecode{string/suffixArray.cpp}
\end{algorithm}