diff options
Diffstat (limited to 'datastructures/datastructures.tex')
| -rw-r--r-- | datastructures/datastructures.tex | 7 |
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 |
