InterviewSolution
Saved Bookmarks
| 1. |
The form of dynamic hashing that avoids the additional level of indirection is called as _________(a) Linear hashing(b) Static hashing(c) Directive hashing(d) Indirective hashing |
|
Answer» The correct answer is (a) Linear hashing The best explanation: The form of dynamic hashing that avoids the additional level of indirection is called as Linear hashing. This has more overflow buckets than extendable hashing. |
|