Multiple Choices
(Choose 1 answer)
Specify the correct statement about chaining method for handling collision
A. In chaining, some positions of the table is associated with a linked list or chain of structures whose info fields store keys or references to keys
B. In this method, the table can never overflow if free memory is available, because the linked list is extendible.
C. In chaining, the linked-list is used instead of array for a hash table
D. None of others