Hi All,
If i have choice to either use simple array(char a[]) or map.
Which one i shall use, whether array or map.
i need to know wich technique will give better performance.
As per my requirement i will insert the element in array/map, find the element based
on index.
I would appreciate your effort if you people could help me by telling as per performace
wise which is better if i have index of each element.
Thanks in Advance