i have an array of string which had size of about 3000
Each entity in the array is a unique string .
i would want to convert each of this string into a unique integer so that i can use it to store in a hash table ..
each string is of the form "rlegrEgabc---supprod-C7M" , and all of them are unique.
Each entity in the array is a unique string .
i would want to convert each of this string into a unique integer so that i can use it to store in a hash table ..
each string is of the form "rlegrEgabc---supprod-C7M" , and all of them are unique.
Comment