Hi Guys,
Need some help.......
I want 2 read a huge file which contains binary data. Is it possible for me to make use of hash tables to read the same? if so, how can I do it.
If the key value of the hash function is and integer we can mod (%) the same with the size of the table (prime number). But, how can we do the same for binary data?
hash(key) = key % prime
Cheers