Answer the following statements true (T) or false (F)
1. It is insufficient for hash functions to operate only on integers.
2. Digit selection does not distribute entries in the hash table.
3. Quadratic probing causes no clustering at all.
4. Double hashing drastically reduces clustering.
5 . With separate chaining, the size of the dictionary is dynamic and can exceed the size of the hash table.
1. False
2. True
3. False
4. True
5. True
Computer Science & Information Technology
You might also like to view...
String data types can be used in arithmetic operations.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A hard drive contains three components: cylinders, heads, and ____.
A. segments B. sectors C. platters D. laser reader
Computer Science & Information Technology