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

Adiciona ordset

parent ff10b7f6
No related branches found
No related tags found
No related merge requests found
#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