summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorNoobie99 <noob999noob999@gmail.com>2023-02-04 15:56:51 +0100
committerNoobie99 <noob999noob999@gmail.com>2023-02-04 15:56:51 +0100
commit35871798d6864f3130399ba845f43bb724d49595 (patch)
tree52abe83958bb0ffa165d9cd55f5ef214f3f90707 /datastructures/datastructures.tex
parent0ac199d769e6ff70aaf6a41d965b5e4c8525b570 (diff)
better treap
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}