summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-11-17 20:18:14 +0100
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-11-17 20:18:14 +0100
commit6b01c947c2a572e20744f369cd07844928c9c117 (patch)
tree14373d9efbe01ac3e609f89c444c07a459415bf5 /datastructures/datastructures.tex
parent4ffd5878c78cc0433b718de09a88682a2a99ecfd (diff)
Adding code for skew heaps.
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}