I want to know whether C++ has any inbuilt library to implement hash tables. Basically I want to use it to remove duplicates from a linked list. And for this I want to use inbuilt C++ hash table. I would be really great if anyone help me with it.
Thanks in advance.