diff options
| author | Noobie99 <noob999noob999@gmail.com> | 2023-02-04 15:56:51 +0100 |
|---|---|---|
| committer | Noobie99 <noob999noob999@gmail.com> | 2023-02-04 15:56:51 +0100 |
| commit | 35871798d6864f3130399ba845f43bb724d49595 (patch) | |
| tree | 52abe83958bb0ffa165d9cd55f5ef214f3f90707 /datastructures/datastructures.tex | |
| parent | 0ac199d769e6ff70aaf6a41d965b5e4c8525b570 (diff) | |
better treap
Diffstat (limited to 'datastructures/datastructures.tex')
| -rw-r--r-- | datastructures/datastructures.tex | 4 |
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} |
