From 6fc7af1a10832f31b9778236fcda296e626a75e3 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Mon, 26 Feb 2024 23:11:00 +0100 Subject: remove duplicate sparse table --- datastructures/datastructures.tex | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'datastructures/datastructures.tex') diff --git a/datastructures/datastructures.tex b/datastructures/datastructures.tex index 4139219..61f04ba 100644 --- a/datastructures/datastructures.tex +++ b/datastructures/datastructures.tex @@ -122,16 +122,6 @@ \sourcecode{datastructures/stlHashMap.cpp} \end{algorithm} - - -\begin{algorithm}[optional]{Range Minimum Query} - \begin{methods} - \method{init}{baut Struktur auf}{n\*\log(n)} - \method{query}{Index des Minimums in [l, r)}{1} - \end{methods} - \sourcecode{datastructures/RMQ.cpp} -\end{algorithm} - \begin{algorithm}[optional]{Erste unbenutzte natürliche Zahl} \begin{methods} \method{get\_first\_unused}{findet kleinste unbenutzte Zahl}{\log(n)} -- cgit v1.2.3