Hashing - Study Mode
[#171] Hash tree is used in effective data verification in distributed systems.
Correct Answer
(A) True
[#172] What is the advantage of the multiplication method?
Correct Answer
(C) value of m not critical
[#173] What is the advantage of the hash table over a linked list?
Correct Answer
(A) faster access of data
[#174] Collisions can be reduced by choosing a hash function randomly in a way that is independent of the keys that are actually to be stored.
Correct Answer
(A) True
[#175] What is the time complexity of insert function in a hash table using a binary tree?
Correct Answer
(A) O(1)