mohit1510's blog

By mohit1510, history, 3 months ago, In English

Hello community, I want your help , I want to use PBDS(policy based data structure) in java but there is no inbuilt library but there is a function headSet(E e) in TreeSet but it is not efficient ,if anyone could help me with this please.

  • Vote: I like it
  • +10
  • Vote: I do not like it

»
3 months ago, # |
  Vote: I like it +4 Vote: I do not like it

Unfortunately, I believe pb_ds is only for C++, implemented only in one type of compilers (GNU).