i want to create a hash table ( independent rehashing ), using STL LIST...
in Independent rehashing we use a function to
we need to generate the index
then check if there is any collisions
if there is we need to rehash it
and then put it in to the hash table
then we gotta sort (alphabatical order), b4 presenting to the user..
wat r the STL member functions used for these, and also please send the header files also
please help ..
please be great enough to provide a sample code....