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, 3 insertions, 1 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 7659a7e..20dec7f 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -11,7 +11,6 @@ Dazu: Offset in den inneren Knoten des Baums speichern.
\subsection{Fenwick Tree}
\lstinputlisting{datastructures/fenwickTree.cpp}
-
\subsection{Range Minimum Query}
\lstinputlisting{datastructures/RMQ.cpp}
@@ -23,3 +22,6 @@ Dazu: Offset in den inneren Knoten des Baums speichern.
\subsection{Treap (Cartesian Tree)}
\lstinputlisting{datastructures/treap.cpp}
+
+\subsection{Skew Heap}
+\lstinputlisting{datastructures/skewHeap.cpp}