1.

Hash tree is also known as _____(a) Merkle tree(b) T -tree(c) Hash table(d) B^x-treeMy question is based upon Hash Tables topic in portion Hash Tables of Data Structures & Algorithms II have been asked this question in an interview for internship.

Answer»

The correct choice is (a) Merkle TREE

To explain: Hash tree is generally known as Merkle tree after RALPH Merkle who patented it in 1979. Typically Merkle trees have a branching factor of 2, meaning that each NODE has up to 2 children.



Discussion

No Comment Found

Related InterviewSolutions