summaryrefslogtreecommitdiff
path: root/datastructures/datastructures.tex
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2023-02-20 11:49:42 +0100
committermzuenni <michi.zuendorf@gmail.com>2023-02-20 11:49:42 +0100
commite01dae0191e852da8c54f0bd1021d887f1665d29 (patch)
treefdc30fc52a9707f03dbb39a3f659da8c18d41018 /datastructures/datastructures.tex
parenta65b751c69f77f01745f02cdb3ae2548fa86f3ed (diff)
added some infos about std::bitset
Diffstat (limited to 'datastructures/datastructures.tex')
-rw-r--r--datastructures/datastructures.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex
index 85ad693..578eaba 100644
--- a/datastructures/datastructures.tex
+++ b/datastructures/datastructures.tex
@@ -23,6 +23,10 @@
\method{find\_first}{erster Index in [l, r) $\geq$ x (erfordert max-combine)}{\log(n)}
\sourcecode{datastructures/lazyPropagation.cpp}
\end{algorithm}
+
+\begin{algorithm}{STL-Bitset}
+ \sourcecode{datastructures/bitset.cpp}
+\end{algorithm}
\clearpage
\begin{algorithm}{Fenwick Tree}