Ankit152 / CPP-STL

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

I have made the changes. #35

Closed saptarshiweb closed 3 years ago

saptarshiweb commented 3 years ago

I have a made a total of three new files and solved three issues assigned to me.

2 Pairing elements, the new C++ file is pair4.cpp under the vector subfolder

3 Corresponding Pair, the new C++ file is pair5.cpp under the vector subfolder

6 Front to Back, the new C++ file is vector4.cpp under the vector subfolder

Kindly, review the code and merge if possible. If any changes are required, please tell me.

Thanking you, Saptarshi Mandal