Skip to content
Snippets Groups Projects
Commit 6e60e57c authored by Fernando K's avatar Fernando K
Browse files

Adiciona K maiores elementos

parent ac9b7cf4
No related branches found
No related tags found
No related merge requests found
......@@ -454,6 +454,9 @@ para $a$ e $m$ coprimos.
\subsection{Conjunto de intervalos coloridos}
\lstinputlisting{fontes-com-hash/interval-set.h}
\subsection{K maiores elementos}
\lstinputlisting{fontes-com-hash/k-elements.h}
\section{Grafos}
\subsection{Articulações e pontes}
......
#include <ext/pb_ds/assoc_container.hpp>
using namespace __gnu_pbds;
template <class T>
using ordset = tree<
T, null_type, less<T>, rb_tree_tag,
tree_order_statistics_node_update>;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment