30-seconds-of-cpp
30-seconds-of-cpp copied to clipboard
Added Emplace_hint file for unordered_map directory
This PR adds emplace_hint.md file for unordered_map directory by strictly adhering to the contributing guidelines.
Fixes #31
Changes
- Added file for implementing emplace_hint() method in unordered_map in C++ .
Checklist
- [✅] I have read CONTRIBUTING guidelines.
- [✅] This is a typo fix.
- [✅] I am not updating any
todo.txt
files.
@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!