summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2023-02-09 13:53:03 +0100
committerMZuenni <michi.zuendorf@gmail.com>2023-02-09 13:53:03 +0100
commit3c5ae1141482f3791c6a36408a70da951c5565c7 (patch)
tree19e9bea2596a97e19885c8cbd0706c4e7ac5704b /datastructures/datastructures.tex
parent7f0f3e7b18eda447f525b3cc0ecdf5615407ef2f (diff)
parent36b13e20dd5d734fb904ee3a7ba1a1ec50d6c8b1 (diff)
Merge branch 'new-master' of github.com:mzuenni/ContestReference into new-master
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 8d1cb02..c39a2c6 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -58,8 +58,8 @@
\sourcecode{datastructures/firstUnused.cpp}
\end{algorithm}
-\begin{algorithm}{Treap (Cartesian Tree)}
- \sourcecode{datastructures/treap.cpp}
+\begin{algorithm}{(Implicit) Treap (Cartesian Tree)}
+ \sourcecode{datastructures/treap2.cpp}
\end{algorithm}
\begin{algorithm}[optional]{Range Minimum Query}