summaryrefslogtreecommitdiff
path: root/content/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorYidi <noob999noob999@gmail.com>2024-08-12 13:22:34 +0200
committerYidi <noob999noob999@gmail.com>2024-08-12 13:22:34 +0200
commit22536b7fbc050075a1420c0f1a7125b9185c9519 (patch)
tree456c2b0ac5a6632475c279416ef26ef9b178a70f /content/datastructures/datastructures.tex
parent497dc5e137b908e694c55bdd7a18842484939e7b (diff)
add treap test
Diffstat (limited to 'content/datastructures/datastructures.tex')
-rw-r--r--content/datastructures/datastructures.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/datastructures/datastructures.tex b/content/datastructures/datastructures.tex
index 40132a9..c9f3d2a 100644
--- a/content/datastructures/datastructures.tex
+++ b/content/datastructures/datastructures.tex
@@ -50,7 +50,7 @@
\method{insert}{fügt wert $\mathit{val}$ an stelle $i$ ein (verschiebt alle Positionen $\geq i$)}{\log(n)}
\method{remove}{löscht werte $[i,i+\mathit{count})$}{\log(n)}
\end{methods}
- \sourcecode{datastructures/treap2.cpp}
+ \sourcecode{datastructures/treap.cpp}
\end{algorithm}
\begin{algorithm}{Range Minimum Query}