Unordered_ map c++ STL

i am actually wanting to learn all about the Unordered_map in STL c++. exactly from basics… can anyone please suggest a good resource page and also i wanted to know some how can i use it for hashing…
Thank you

1 Like

You can have a look on this:

1 Like

Watch these two videos, you will understand most of the STL


PS: It would be worth your time if you’re unfamiliar with STL, else just google.

1 Like

the videos are unavailable, at least to me

1 Like

Give a read to this blog once you are done with basics. Here

You can check this below channel for learning stl using c++.

1 Like

http://www.cplusplus.com/reference/unordered_map/unordered_map/
Best site for any C++ related problem

1 Like