Hi Guys,
Any body knows what is the efficient way to create the map (key,value pair ) using linklist using c .Apart from this in this map one key can have multiple values and i need to display those values. I don't want implementation in c++.
example string1->"james"
string1->"mike"
string1->"harry";