Policy Based Data Structures [C++] [CP/DSA]
Oct 25, 2022 ยท 1 min read ยท Headers and Code to be included to use PBDS (Policy Based Data Structures) #include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_pbds; typedef tree<int, null_type, less<int>, rb_tre...
Join discussion