Question:What is the best definition of a collision in a hash table?
A Two entries are identical except for their keys
B Two entries with different data have exactly the same key
C Two entries with different keys have exactly the same hash value
D Two entries with exactly the same key have different hash values
+ AnswerC
+ Report