From e01dae0191e852da8c54f0bd1021d887f1665d29 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Mon, 20 Feb 2023 11:49:42 +0100 Subject: added some infos about std::bitset --- datastructures/datastructures.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'datastructures/datastructures.tex') 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} -- cgit v1.2.3