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 map:key_comp #668

Open jenniferwnino opened 2 years ago

jenniferwnino commented 2 years ago

This PR adds the map::key_comp function

Changes

I have added a .md and a .cpp file with an example of the map::key_comp function

Checklist