InterviewSolution
Saved Bookmarks
| 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 |
|