summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
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}