Obviously, they can't occupy the same entry in the hashtable.
显而易见的,它们不能占据哈希表中的同一个位置。
2
Normally, this is solved by each entry in the hashtable being a pointer to a linked list, and the linked list would hold all the entries that hash to that same value.