Question: 43
(Choose 1 answer)
Specify the correct statement about coalesced chaining method for handling collision (select the best answer).
A. In coalesced hashing, the linked list is created inside the hash table and a colliding key is put in the first
available position of the table.
B. In coalesced hashing, the linked list is created outside the hash table and a colliding keys are put in the list
connected to the colliding position of the table.
C. Because in coalesced hashing, the linked list is created inside the hash table, thus the searching must be
carried out sequentially.
D. In coalesced hashing, the linked list is created inside the hash table and a colliding key is put in the last
available position of the table.