From efb8d8c9c45d3d50acbc6a96e8ab73041758b066 Mon Sep 17 00:00:00 2001 From: MZuenni Date: Wed, 30 Nov 2022 14:34:26 +0100 Subject: added fft string matching --- math/math.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/math.tex b/math/math.tex index 6d3d3f2..fe288dc 100644 --- a/math/math.tex +++ b/math/math.tex @@ -254,7 +254,7 @@ sich alle Lösungen von $x^2-ny^2=c$ berechnen durch: \sourcecode{math/gauss.cpp} \begin{algorithm}{Polynome, FFT, NTT \& andere Transformationen} -Multipliziert Polynome $A$ und $B$. + Multipliziert Polynome $A$ und $B$. \begin{itemize} \item $\deg(A \cdot B) = \deg(A) + \deg(B)$ \item Vektoren \lstinline{a} und \lstinline{b} müssen mindestens Größe -- cgit v1.2.3