summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorpjungeblut <paul.jungeblut@gmail.com>2014-11-02 16:57:06 +0100
committerpjungeblut <paul.jungeblut@gmail.com>2014-11-02 16:57:06 +0100
commitac16d3eb6c2d9058495a2f88a747e7d24ce3a095 (patch)
tree3ca20f8f2674bad600eca9fa060a2781d2eb9b4a /datastructures/datastructures.tex
parent07a1c4f87dcccbfe2ca4fbbc100a07c9be801502 (diff)
union find und Segementbaum
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
new file mode 100644
index 0000000..f7b1d36
--- /dev/null
+++ b/datastructures/datastructures.tex
@@ -0,0 +1,7 @@
+\section{Datenstrukturen}
+
+\subsection{Union-Find}
+\lstinputlisting{datastructures/unionFind.cpp}
+
+\subsection{Segmentbaum)}
+\lstinputlisting{datastructures/segmentTree.cpp} \ No newline at end of file