Which statement about hashing is false?
a. Hashing facilitates high-speed storing and retrieval of data.
b. Two different data items can hash to the same cell; this is called a collision.
c. A load factor of 0.5 usually results in good hashing performance, but less efficient utilization of memory.
d. A load factor of 1.0 usually results in good hashing performance, but less efficient utilization of memory.
d. A load factor of 1.0 usually results in good hashing performance, but less efficient utilization of memory.
You might also like to view...
To prevent changes to a PowerPoint presentation and make it a read-only document, you should use the Mark as Final command
Indicate whether the statement is true or false
8. How can you assign the value "toaster" to a c-string name str of size 10?
a. str="toaster; b. str=toaster; c. strcpy(str,"toaster"); d. str.strcpy("toaster");