summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2023-02-23 14:57:25 +0100
committermzuenni <michi.zuendorf@gmail.com>2023-02-23 14:57:25 +0100
commitb40b4fbc8222226608c64013e56226044884374e (patch)
tree22c12297175a90fb1c696f8566c202900ce3c550 /datastructures/datastructures.tex
parente01dae0191e852da8c54f0bd1021d887f1665d29 (diff)
changed names
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 578eaba..dac8656 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -20,7 +20,7 @@
\subsubsection{Lazy Propagation}
Assignment modifications, sum queries \\
- \method{find\_first}{erster Index in [l, r) $\geq$ x (erfordert max-combine)}{\log(n)}
+ \method{lower\_bound}{erster Index in [l, r) $\geq$ x (erfordert max-combine)}{\log(n)}
\sourcecode{datastructures/lazyPropagation.cpp}
\end{algorithm}