In hashing, elements are stored in a hash table, with their _________ in the table
determined by a hashing function.
A. Order
The situation where two elements or keys map to the same location in the table
is called a __________.
D. None of the above
A hashing function that maps each element to a unique position in the table is
said to be a _________ hashing function.
A. Good
Extraction involves using _________ of the element’s value or key to compute
the location at which to store the element.
A. All
The __________ method is very effective when dealing with an unknown set of
D. Length Dependent
In the shift folding method, the parts of the key are _______ together to create
the index.
D. None of the above
The _____________ method and the mid-square method may also be effectively
used with strings by manipulating the binary representations of the characters in
the string.
A. Division