summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index baa4fec..4f9ad04 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -8,3 +8,6 @@
\subsection{Range Minimum Query}
\lstinputlisting{datastructures/RMQ.cpp}
+
+\subsection{STL-Tree}
+\lstinputlisting{datastructures/stlTree.cpp}