SHAHARIAR_ISLAM_SAKIB's blog

By SHAHARIAR_ISLAM_SAKIB, history, 2 weeks ago, In English

sort(v.begin(),v.end(),greater ()); it is same as sort(v.begin(),v.end()); reverse(v.begin(),v.end());

»
2 weeks ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by SHAHARIAR_ISLAM_SAKIB (previous revision, new revision, compare).

»
2 weeks ago, # |
  Vote: I like it +1 Vote: I do not like it

ok but i perfer sort(v.rbegin(), v.rend());