summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/string/string.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/string/string.tex b/content/string/string.tex
index 0e482bf..5ae7f1d 100644
--- a/content/string/string.tex
+++ b/content/string/string.tex
@@ -89,7 +89,7 @@
\begin{algorithm}{Suffix-Array}
\begin{methods}
- \method{SuffixArray}{berechnet ein Suffix Array}{\abs{s}\*\log^2(\abs{s})}
+ \method{SuffixArray}{berechnet ein Suffix Array}{\abs{s}\*\log(\abs{s})}
\method{lcp}{berechnet Länge des longest common prefix}{\log(\abs{s})}
\method{}{von \code{s[x]} und \code{s[y]}}{}
\end{methods}