summaryrefslogtreecommitdiff
path: root/string/string.tex
diff options
context:
space:
mode:
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}