diff options
| author | Yidi <noob999noob999@gmail.com> | 2024-08-12 13:22:34 +0200 |
|---|---|---|
| committer | Yidi <noob999noob999@gmail.com> | 2024-08-12 13:22:34 +0200 |
| commit | 22536b7fbc050075a1420c0f1a7125b9185c9519 (patch) | |
| tree | 456c2b0ac5a6632475c279416ef26ef9b178a70f /content/datastructures/datastructures.tex | |
| parent | 497dc5e137b908e694c55bdd7a18842484939e7b (diff) | |
add treap test
Diffstat (limited to 'content/datastructures/datastructures.tex')
| -rw-r--r-- | content/datastructures/datastructures.tex | 2 |
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} |
