in reply to Re: (Ovid) Re: Comparing two hash tables
in thread Comparing two hash tables
The reason why i am trying to delete the similar keys is that gradually the the search for the next similar would become faster owing to lesser number of keys leftThe time to access a hash member does not depend on the number of keys, but on whether the distribution of the hash keys into the buckets is uniform or not.
/prakash
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Uniform distribution of keys in the buckets
by Anonymous Monk on Mar 29, 2002 at 14:45 UTC | |
by jmcnamara (Monsignor) on Mar 29, 2002 at 15:21 UTC |