Which of the following is true about deleting a key-value pair from a hash table that uses separate chaining to resolve collisions?单项选择题
A
a. Deleting from the hash table can be done with simple linked-list node deletion, and no rehashing is required.
B
b. After deletion, only the keys after the given node must be rehashed.
C
c. After deletion, all keys must be rehashed.
D
d. Deleting can take O(N^2)-time in the worst case when there are N elements in the hash table.
登录即可查看完整答案
我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。
类似问题
Open Addressing One of the advantages of chained hash table over the open addressing scheme is ______
Open Addressing One of the advantages of chained hash table over the open addressing scheme is ______
What is the worst-case complexity of get in separate chaining? (Make no assumption about the load factor or how good the hash function is.)
What is the worst-case complexity of insert in separate chaining? (Make no assumption about the load factor or how good the hash function is.)
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!