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

Add unordered_map::equal range #669

Open jenniferwnino opened 2 years ago

jenniferwnino commented 2 years ago

This PR... Adds the unordered_map::equal_range function. Contains both the .md and .cpp files

Checklist