summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-10-28 11:50:11 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-10-28 11:50:11 +0200
commit91a710ac42ec72e14c54bd942ddc53fbb0b8c406 (patch)
treee1473b59f53fee2a84efe0ae25dd0b9e2b9f09b1 /datastructures/datastructures.tex
parent7d443816db171b236a7c7e1cbdd87cf65b361d89 (diff)
Removing code to find first unused number.
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex3
1 files changed, 0 insertions, 3 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index a2c5ff6..7659a7e 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -23,6 +23,3 @@ Dazu: Offset in den inneren Knoten des Baums speichern.
\subsection{Treap (Cartesian Tree)}
\lstinputlisting{datastructures/treap.cpp}
-
-\subsection{Erste unbenutzte natürliche Zahl}
-\lstinputlisting{datastructures/firstUnused.cpp}