InterviewSolution
Saved Bookmarks
| 1. |
The space overhead in dynamic hashing is ________ than that of static hashing(a) More(b) Less(c) Equal(d) None of the mentioned |
|
Answer» Correct answer is (b) Less To explain: The space overhead in dynamic hashing is less than that of static hashing. This is because the hash function is chosen based on the size of the file at some anticipated point in the future. |
|