I need an order statistic tree for standard GCC STL map containers.
I checked and there is something known as PBDS. Policy based data structures. That usage is also not clear to me.
Anyone can tell me how to use STL map containers for order statistic tree? Even if its only on GNU G++ its enough?
See Question&Answers more detail:os