Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

Added Emplace_hint file for unordered_map directory #681

Open ParthSaboo007 opened 2 years ago

ParthSaboo007 commented 2 years ago

This PR adds emplace_hint.md file for unordered_map directory by strictly adhering to the contributing guidelines.

Fixes #31

Changes

Checklist

ParthSaboo007 commented 2 years ago

@Bhupesh-V I have made a PR for titled file. This is my first PR and participating in HacktoberFest '22. Thanks for creating such a good beginner-friendly guidelines for contributing.

BEst!