diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-06-10 23:47:37 +0200 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-06-10 23:47:37 +0200 |
| commit | 362b09086a49bed54182fc177908ba23c1757660 (patch) | |
| tree | 2be6103b7f9cec1e942fbe41f8be5357938d86ad /datastructures/datastructures.tex | |
| parent | 60b546793251df5358f118d3904b58fa0c3321f8 (diff) | |
Adding code to find first unused integer in set.
Diffstat (limited to 'datastructures/datastructures.tex')
| -rw-r--r-- | datastructures/datastructures.tex | 3 |
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} |
