InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is true for a Hash tree?(a) Hashing is used for sequential access(b) Indexing is used for direct access(c) Hash tree allows only sequential access(d) Hashing is used for direct accessMy question comes from Hash Tables in portion Hash Tables of Data Structures & Algorithms IThis question was addressed to me by my school teacher while I was bunking the class. |
|
Answer» The correct option is (d) HASHING is used for direct ACCESS |
|