Unordered map implementation

I am having a test in which I think I will not be allowed to use STL. I have never built any unordered_map. Any good hashing functions link or any stuff?

u can use pair inside vector for hashing!!

A very good read on this topic