MCQOPTIONS
Saved Bookmarks
| 1. |
What is the best deï¬nition of a collision in a hash table? |
| A. | two entries are identical except for their keys |
| B. | two entries with different data have the exact same key |
| C. | two entries with different keys have the same exact hash value |
| D. | two entries with the exact same key have different hash values |
| Answer» B. two entries with different data have the exact same key | |