From 35871798d6864f3130399ba845f43bb724d49595 Mon Sep 17 00:00:00 2001 From: Noobie99 Date: Sat, 4 Feb 2023 15:56:51 +0100 Subject: better treap --- datastructures/datastructures.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'datastructures/datastructures.tex') 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} -- cgit v1.2.3