1.

What will be the height of the hash tree with branching factor 2 and with 8 records?(a) 3(b) 5(c) 4(d) 6This interesting question is from Hash Tables in portion Hash Tables of Data Structures & Algorithms II got this question in exam.

Answer»

Right option is (c) 4

The BEST I can explain: Consider 8 RECORDS A B C D E F G H. These records are stored in Hash tree in as SHOWN in FIGURE below.



Discussion

No Comment Found

Related InterviewSolutions