summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-06-10 23:47:37 +0200
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-06-10 23:47:37 +0200
commit362b09086a49bed54182fc177908ba23c1757660 (patch)
tree2be6103b7f9cec1e942fbe41f8be5357938d86ad /datastructures/datastructures.tex
parent60b546793251df5358f118d3904b58fa0c3321f8 (diff)
Adding code to find first unused integer in set.
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 7659a7e..a2c5ff6 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -23,3 +23,6 @@ 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}