Ankit152 / CPP-STL

A repository to understand C++ STL and use it in coding interviews and coding contests.
6 stars 13 forks source link

Sort Vector of pairs #49

Closed saptarshiweb closed 3 years ago

saptarshiweb commented 3 years ago

I have made the changes and solved the issue #21 . The new file vectorpairsort.cpp is inside the STL algorithms folder. Please review the code and kindly merge if possible.

Thanking you, Saptarshi Mandal