Hashing - Study Mode
[#101] Where is the hash tree used?
Correct Answer
(A) in digital currency
[#102] What is the advantage of using a doubly linked list for chaining over singly linked list?
Correct Answer
(C) it makes the process of insertion and deletion faster
[#103] Which of the following is not a collision resolution strategy for open addressing?
Correct Answer
(D) Rehashing
[#104] What is the use of a hash function?
Correct Answer
(A) to calculate and return the index of corresponding data
[#105] What is the time required for single variant hashing to maintain the minimum hash queue?
Correct Answer
(D) O (n)