1.

Hash tree is generalization of ______(a) Heap(b) Hash list(c) BST(d) B – treeThis intriguing question originated from Hash Tables topic in division Hash Tables of Data Structures & Algorithms IThe question was posed to me in homework.

Answer»

Correct choice is (b) Hash list

Best EXPLANATION: Hash list is the list of HASHES of the BLOCKS in a set file. Hash tree is a GENERALIZATION of the hash list in which leaves are labeled with the hash of a data block and every non-leaf node is hash of the labels of its children.



Discussion

No Comment Found

Related InterviewSolutions