From ac16d3eb6c2d9058495a2f88a747e7d24ce3a095 Mon Sep 17 00:00:00 2001 From: pjungeblut Date: Sun, 2 Nov 2014 16:57:06 +0100 Subject: union find und Segementbaum --- datastructures/datastructures.tex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 datastructures/datastructures.tex (limited to 'datastructures/datastructures.tex') 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 -- cgit v1.2.3